first commit

This commit is contained in:
2026-06-14 01:40:04 +02:00
commit 5511354783
4787 changed files with 103543 additions and 0 deletions
@@ -0,0 +1,9 @@
if(_parent.isBuddyChat)
{
stop();
}
else
{
gotoAndStop("_enabled");
play();
}
@@ -0,0 +1,5 @@
on(construct){
_type = "TextEntry";
_Init = "AptInGameChat::InitGadgets";
_Load = "Apt/TextEntry.wnd";
}