Пример #1
0
 public override bool IsActionPossible(IAvatar avatar)
 {
     return(avatar.NeedsToPickup(this));
 }