Bank tags plugin: Generate less garbage objects

This commit is contained in:
Lucwousin
2019-09-03 20:59:02 +02:00
parent dd4ca4f39b
commit 70def0bf93
4 changed files with 37 additions and 43 deletions

View File

@@ -1050,4 +1050,8 @@ public interface RSClient extends RSGameShell, Client
@Import("ItemDefinition_fileCount")
int getItemCount();
@Import("insertMenuItem")
@Override
void insertMenuItem(String action, String target, int opcode, int identifier, int argument1, int argument2, boolean forceLeftClick);
}