Files
HellionChat/ChatTwo/Ui/UiComponent.cs
T
2021-12-29 21:53:44 -05:00

6 lines
93 B
C#
Executable File

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