Merge pull request #920 from se7enAte9/hopperfix
menuentryclicked: add isauthentic field
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user