Exemplo n.º 1
0
 public void ChangeShield(Shield newshield)
 {
     this.RemoveShield();
     this.Armor = newshield;
 }
Exemplo n.º 2
0
 public void RemoveShield()
 {
     this.Armor = null;
 }