Esempio n. 1
0
 //When a trap door opens the mob ontop is killed
 protected override void openTrigger()
 {
     EnviromentMap.killFrozenMobiles();
 }