Add Paycheck to interaction menu
This commit is contained in:
11
ReallifeGamemode.Client/global.d.ts
vendored
11
ReallifeGamemode.Client/global.d.ts
vendored
@@ -15,6 +15,17 @@ declare interface AccountData {
|
||||
group: string;
|
||||
groupRank: string;
|
||||
job: string;
|
||||
paycheck: Paycheck;
|
||||
}
|
||||
|
||||
declare interface Paycheck {
|
||||
financialHelp: number;
|
||||
financialInterest: number;
|
||||
vehicleTaxation: number;
|
||||
propertyTaxation: number;
|
||||
wage: number;
|
||||
amount: number;
|
||||
rentalFees: number;
|
||||
}
|
||||
|
||||
declare interface FactionRanks {
|
||||
|
||||
Reference in New Issue
Block a user