private void init(WarheadType war) { warhead = war; protoType = new Weapon(this); }
public Weapon(Weapon w) : base() { this.Type = w.Type; }