Merged group system into develop

This commit is contained in:
hydrant
2019-05-09 15:23:36 +02:00
68 changed files with 2447 additions and 565 deletions

View File

@@ -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[]