aok nordwest
This commit is contained in:
@@ -34,7 +34,10 @@ namespace ReallifeGamemode.Server.Finance
|
||||
[JsonProperty("rentalFees")]
|
||||
public int RentalFees { get; set; } = 0;
|
||||
|
||||
public Paycheck(float FinancialHelp, float FinancialInterest, int VehicleTaxation, float PropertyTaxation, int Wage, int Amount, int RentalFees)
|
||||
[JsonProperty("healthInsurance")]
|
||||
public int HealthInsurance { get; set; } = 0;
|
||||
|
||||
public Paycheck(float FinancialHelp, float FinancialInterest, int VehicleTaxation, float PropertyTaxation, int Wage, int Amount, int RentalFees, int HealthInsurance)
|
||||
{
|
||||
this.FinancialHelp = FinancialHelp;
|
||||
this.FinancialInterest = FinancialInterest;
|
||||
@@ -43,6 +46,7 @@ namespace ReallifeGamemode.Server.Finance
|
||||
this.Wage = Wage;
|
||||
this.Amount = Amount;
|
||||
this.RentalFees = RentalFees;
|
||||
this.HealthInsurance = HealthInsurance;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user