Example #1
0
 public static void StunGrenade(Monster monster)
 {
     monster.isStunned = true;
     GameActions.Damage(monster, Weapon.WeaponName.Stun_Grenade.ToString(), StunDamage);
 }