feat: partially handle some payloads

This commit is contained in:
Anna
2021-12-29 21:53:44 -05:00
parent 1d9581abca
commit 0b9d617021
14 changed files with 341 additions and 50 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
namespace ChatTwo.Ui;
namespace ChatTwo.Ui;
internal interface IUiComponent : IDisposable {
void Draw();