public Hero(PenetrableArmor armor) { this.armor = armor; }
public void SetNext(PenetrableArmor next) { this.next = next; }