public void AddGainPoint(float gainPoint = 0f) { gainPoint = gainPoint > 0f ? gainPoint : this.gainPoint; own.AddGainPoint(gainPoint); }