Exemplo n.º 1
0
 public void AddLogs()
 {
     this._logs = this._logs.Add(_logGainer.Gain());
     Broadcast(new Success(this));
 }
Exemplo n.º 2
0
 public int Gain()
 {
     return(_wrappee.Gain() * _multiple);
 }