Esempio n. 1
0
 public Troll()
 {
     Iweaponbehavior = new FightwithWeapon();
     Ifight          = new Fight();
 }
Esempio n. 2
0
 public Queen()
 {
     Iweaponbehavior = new FightwithWeapon();
     Ifight          = new Fight();
 }