public MoneyController(CountryController country, TimeController time, CheatController cheats = null) { _country = country; _time = time; _cheats = cheats; }
public MoveController(TimeController time, ArmyController army) { _time = time; _army = army; }