Exemplo n.º 1
0
 public void Setup()
 {
     this.arena     = new Arena();
     this.attacker  = new Warrior("Pesho", 10, 80);
     this.deffender = new Warrior("Peter", 5, 50);
 }