Пример #1
0
 public void Init()
 {
     PlayerName           = "Everyman";
     BoughtMatter         = new BoughtMatter();
     BoughtCraftables     = new Dictionary <Craftable, int>();
     ChosenFinancing      = BackerFinancing.Government;
     ChosenPlayerTraining = Perk.Athlete;
 }
Пример #2
0
 public static FinancerData Data(this BackerFinancing financing)
 {
     return(financerData[(int)financing]);
 }