public Troll()
 {
     Iweaponbehavior = new FightwithWeapon();
     Ifight          = new Fight();
 }
Exemple #2
0
 public Queen()
 {
     Iweaponbehavior = new FightwithWeapon();
     Ifight          = new Fight();
 }