Constructor for Cyrax AI.

This commit is contained in:
MobiusDevelopment 2019-03-18 22:16:51 +00:00
parent e79d7f6c10
commit 9bb75d6a97

View File

@ -42,4 +42,9 @@ public final class Cyrax extends AbstractNpcAI
npc.dropItem(killer, FONDUS_STONE, 1);
return super.onKill(npc, killer, isSummon);
}
public static void main(String[] args)
{
new Cyrax();
}
}