Files
HellionChat/ChatTwo/Ui/UiComponent.cs
T
2022-02-15 13:02:46 -05:00

6 lines
90 B
C#
Executable File

namespace ChatTwo.Ui;
internal interface IUiComponent : IDisposable {
void Draw();
}