add cityhall menu, add self interaction menu (Arrow Down), fix freecam, add group creation, move (faction) invite from commands to menu
This commit is contained in:
9
ReallifeGamemode.Client/global.d.ts
vendored
9
ReallifeGamemode.Client/global.d.ts
vendored
@@ -6,6 +6,15 @@
|
||||
LoggedIn: boolean
|
||||
}
|
||||
|
||||
declare interface AccountData {
|
||||
regDate: string;
|
||||
adminLevel: string;
|
||||
faction: string;
|
||||
factionRank: string;
|
||||
group: string;
|
||||
groupRank: string;
|
||||
}
|
||||
|
||||
declare interface FactionRanks {
|
||||
factionId: number,
|
||||
ranks: FactionRank[]
|
||||
|
||||
Reference in New Issue
Block a user