openrune: NPCDefinition -> NPCComposition

This commit is contained in:
therealunull
2020-12-13 12:49:41 -05:00
parent 528e9dd5e7
commit d3e276adbb
11 changed files with 30 additions and 30 deletions

View File

@@ -341,7 +341,7 @@ public interface RSClient extends RSGameShell, Client
RSObjectDefinition getRSObjectDefinition(int objectId);
@Import("getNpcDefinition")
RSNPCDefinition getRSNpcDefinition(int npcId);
RSNPCComposition getRSNpcDefinition(int npcId);
@Import("viewportZoom")
@Override