// Instantly kill the monster.
 public static void SoftKill(Monster monster, Entity sender, EventArgs args)
 {
     monster.SoftKill();
 }
Beispiel #2
0
 // Instantly kill the monster.
 public static void SoftKill(Monster monster, Entity sender, EventArgs args)
 {
     monster.SoftKill();
 }