added new models

This commit is contained in:
2023-03-03 09:30:17 +02:00
parent f5733d0ffd
commit 5e4be5be1c
57 changed files with 2212 additions and 42 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
using System.Collections.Generic;
public enum StatsId { Money, RentAccount, Food, Energy, BankAccount, Job, }
public class PlayerStats
{
public static Dictionary<StatsId, Stat> CreateInitialStats()