Fraktionsmitgliederliste eingebaut inkl. uninvite für Leader
This commit is contained in:
8
ReallifeGamemode.Client/global.d.ts
vendored
8
ReallifeGamemode.Client/global.d.ts
vendored
@@ -64,6 +64,14 @@ declare type FactionRanks = {
|
||||
ranks: FactionRank[]
|
||||
}
|
||||
|
||||
declare type FactionMember = {
|
||||
username: string;
|
||||
factionRank: number;
|
||||
factionRankName: string;
|
||||
isLeader: boolean;
|
||||
isOnline: boolean;
|
||||
}
|
||||
|
||||
declare type FactionRank = {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user