public void AddLogs() { this._logs = this._logs.Add(_logGainer.Gain()); Broadcast(new Success(this)); }
public int Gain() { return(_wrappee.Gain() * _multiple); }