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