Add demonic gorilla plugin

This commit is contained in:
WooxSolo
2018-04-28 11:35:52 -04:00
committed by Adam
parent 1966bba3c9
commit ef9c1ae0c5
12 changed files with 1126 additions and 1 deletions

View File

@@ -41,10 +41,12 @@ public interface NPCComposition
int getId();
int getCombatLevel();
int[] getConfigs();
NPCComposition transform();
int getSize();
int getOverheadIcon();
}