Finished migration to TypeScript, temporary disabled char creator
This commit is contained in:
9
ReallifeGamemode.Client/global.d.ts
vendored
9
ReallifeGamemode.Client/global.d.ts
vendored
@@ -3,4 +3,13 @@
|
||||
HideGui: boolean,
|
||||
Interaction: boolean,
|
||||
InChat: boolean
|
||||
}
|
||||
|
||||
declare interface FactionRanks {
|
||||
factionId: number,
|
||||
ranks: FactionRank[]
|
||||
}
|
||||
|
||||
declare interface FactionRank {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user