예제 #1
0
 public MoneyController(CountryController country, TimeController time, CheatController cheats = null)
 {
     _country = country;
     _time    = time;
     _cheats  = cheats;
 }
예제 #2
0
 public MoveController(TimeController time, ArmyController army)
 {
     _time = time;
     _army = army;
 }