Exemplo n.º 1
0
 public MoneyController(CountryController country, TimeController time, CheatController cheats = null)
 {
     _country = country;
     _time    = time;
     _cheats  = cheats;
 }
Exemplo n.º 2
0
 public MoveController(TimeController time, ArmyController army)
 {
     _time = time;
     _army = army;
 }