Files
reallife-gamemode/ReallifeGamemode.Client/global.d.ts

15 lines
246 B
TypeScript

declare interface GlobalData {
InTuning: boolean,
HideGui: boolean,
Interaction: boolean,
InChat: boolean
}
declare interface FactionRanks {
factionId: number,
ranks: FactionRank[]
}
declare interface FactionRank {
}