chore: initial commit
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
namespace ChatTwo.Ui;
|
||||
|
||||
internal interface IUiComponent : IDisposable {
|
||||
void Draw();
|
||||
}
|
||||
Reference in New Issue
Block a user