Add zulrah plugin

This commit is contained in:
aria
2017-05-07 11:09:10 -04:00
committed by Adam
parent feda25f1d2
commit 0469d83bb5
15 changed files with 1127 additions and 0 deletions

View File

@@ -35,6 +35,11 @@ public class NPC extends Actor
this.npc = npc;
}
public int getId()
{
return npc.getComposition().getId();
}
@Override
public String getName()
{