[+] Add Driving License to Interaction Menu and as 'Object' to show other Players via the Interaction menu
This commit is contained in:
7
ReallifeGamemode.Client/global.d.ts
vendored
7
ReallifeGamemode.Client/global.d.ts
vendored
@@ -16,6 +16,7 @@ declare interface AccountData {
|
||||
groupRank: string;
|
||||
job: string;
|
||||
paycheck: Paycheck;
|
||||
licenses: Licenses;
|
||||
}
|
||||
|
||||
declare interface Paycheck {
|
||||
@@ -28,6 +29,12 @@ declare interface Paycheck {
|
||||
rentalFees: number;
|
||||
}
|
||||
|
||||
declare interface Licenses {
|
||||
drivingLicenseCar: boolean;
|
||||
drivingLicenseBike: boolean;
|
||||
flightLicensePlane: boolean;
|
||||
}
|
||||
|
||||
declare interface FactionRanks {
|
||||
factionId: number,
|
||||
ranks: FactionRank[]
|
||||
|
||||
Reference in New Issue
Block a user