Пример #1
0
 public Troll()
 {
     Iweaponbehavior = new FightwithWeapon();
     Ifight          = new Fight();
 }
Пример #2
0
 public Queen()
 {
     Iweaponbehavior = new FightwithWeapon();
     Ifight          = new Fight();
 }