- add: Abbreviation helper (#435)

This commit is contained in:
Cinkafox
2024-07-11 19:38:35 +03:00
committed by GitHub
parent 8defed4796
commit 7f92c00d3c
6 changed files with 254 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ public partial class ChatBox : UIWidget
_controller = UserInterfaceManager.GetUIController<ChatUIController>();
_controller.MessageAdded += OnMessageAdded;
_controller.RegisterChat(this);
InitializeExtension(); //WD EDIT
}
private void OnTextEntered(LineEditEventArgs args)