menuoptionclicked: add isauthentic field

This commit is contained in:
7ate9
2019-07-07 09:19:00 -04:00
parent 7536d70b72
commit 167a68aaac
4 changed files with 34 additions and 5 deletions

View File

@@ -390,8 +390,7 @@ public interface RSClient extends RSGameShell, Client
RSSprite createItemSprite(int itemId, int quantity, int thickness, int borderColor, int stackable, boolean noted);
@Import("menuAction")
@Override
void invokeMenuAction(int n2, int n3, int n4, int n5, String string, String string2, int n6, int n7);
void sendMenuAction(int n2, int n3, int n4, int n5, String string, String string2, int n6, int n7);
@Import("decodeSprite")
void decodeSprite(byte[] data);