Feature/voice chat

This commit is contained in:
VegaZ
2019-04-25 17:30:03 +02:00
parent 00dfb1180e
commit 70ecf92532
3 changed files with 111 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ let globalData: GlobalData = {
InChat: false,
};
import voice from './Voice/main';
voice();
import handMoney from './Gui/handmoney'
handMoney();