protected UpgradeTower(CTower wrappee) { this.wrappee = wrappee; }
public DamageUpgrade(CTower wrappee) : base(wrappee) { this._Damage = 110; }