Merged group system into develop
This commit is contained in:
@@ -12,6 +12,9 @@ let globalData: GlobalData = {
|
||||
LoggedIn: false
|
||||
};
|
||||
|
||||
import cityHall from './Gui/cityhall';
|
||||
cityHall(globalData);
|
||||
|
||||
import adminSpeed from './admin/aspeed';
|
||||
adminSpeed();
|
||||
|
||||
@@ -69,6 +72,9 @@ worldInteraction();
|
||||
import playerInteraction from './Interaction/playerinteraction';
|
||||
playerInteraction(globalData);
|
||||
|
||||
import interactionMenu from './Interaction/interactionmenu';
|
||||
interactionMenu(globalData);
|
||||
|
||||
import Login from './Login/main';
|
||||
Login(globalData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user