Fix insurance token name

This commit is contained in:
Yury
2025-03-25 20:06:35 +02:00
parent 3858d482e9
commit b2e2106912
3 changed files with 8 additions and 8 deletions
@@ -12,7 +12,7 @@ public class PlayerBalance
public int SoftCurrency { get; set; }
[JsonPropertyName("IN")]
public int InsuranceTokens { get; set; }
public int InsuranceCurrency { get; set; }
}
public class JobBoardsData