Beispiel #1
0
 public virtual bool CanBeTaken(IGameEntity takingGameEntity)
 {
     return(_decoratedItem.CanBeTaken(takingGameEntity));
 }