Exemplo n.º 1
0
 /// <summary>
 /// The method simulates a monster attack.
 /// </summary>
 public void MonsterAttack() => GHero.HealthIndicator -= GMonster.Attack() * (1 - GHero.Skills.SProtection);
Exemplo n.º 2
0
 public static void Hover(GMonster m)
 {
     Hover((GUnit)m);
 }