public BattleFieldController(IBoBattleField iBoBattleField, IBoPlayer iBoPlayer, IBoMatch iBoMatch, IBoMatchAttacks iBoMatchAttacks)
 {
     IBoBattleField  = iBoBattleField;
     IBoPlayer       = iBoPlayer;
     IBoMatch        = iBoMatch;
     IBoMatchAttacks = iBoMatchAttacks;
 }
Example #2
0
 public BoBattleField(IDispatcherBattleField iDispatcherBattleField, IBoPlayer iBoPlayer, IBoMatch iBoMatch, IBoMatchSpecialPower iBoMatchSpecialPower, IBoMatchAttacks iBoMatchAttacks)
 {
     IDispatcherBattleField = iDispatcherBattleField;
     IBoPlayer            = iBoPlayer;
     IBoMatch             = iBoMatch;
     IBoMatchSpecialPower = iBoMatchSpecialPower;
     IBoMatchAttacks      = iBoMatchAttacks;
 }