Exemple #1
0
 public void ChangeAxe(Axe newaxe)
 {
     this.RemoveAxe();
     this.Weapon = newaxe;
 }
 //Metodo para cambiar el hacha del enano.
 public void AttachAxe(Axe axe)
 {
     this.Axe = axe;
 }