Add Paycheck to interaction menu

This commit is contained in:
hydrant
2019-07-30 19:05:49 +02:00
parent db005f30fc
commit 933760d773
6 changed files with 74 additions and 8 deletions

View File

@@ -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 {