add global data (is logged in)
This commit is contained in:
3
ReallifeGamemode.Client/global.d.ts
vendored
3
ReallifeGamemode.Client/global.d.ts
vendored
@@ -2,7 +2,8 @@
|
||||
InTuning: boolean,
|
||||
HideGui: boolean,
|
||||
Interaction: boolean,
|
||||
InChat: boolean
|
||||
InChat: boolean,
|
||||
LoggedIn: boolean
|
||||
}
|
||||
|
||||
declare interface FactionRanks {
|
||||
|
||||
Reference in New Issue
Block a user