Пример #1
0
 public bool ReactWith(Creature adventurer)
 {
     adventurer.AddLife();
     return(true);
 }