Change Globaldata Interaction -> InMenu, Fix DutyCloth Menu State

This commit is contained in:
VegaZ
2019-05-07 19:19:41 +02:00
parent ae7371efb9
commit 2289a29f10
6 changed files with 79 additions and 73 deletions

View File

@@ -1,7 +1,7 @@
declare interface GlobalData {
InTuning: boolean,
HideGui: boolean,
Interaction: boolean,
InMenu: boolean,
InChat: boolean,
LoggedIn: boolean
}