Пример #1
0
 public override void Enter(Entity context)
 {
     if (context.MainCharacterIsInDmgBox())
         context.DamageMedrash();
 }