Merge branch 'upstream-master' into runelite

This commit is contained in:
zeruth
2021-02-03 21:13:36 -05:00
7 changed files with 23 additions and 6 deletions

View File

@@ -56,6 +56,10 @@ public class MenuOptionClicked extends MenuEntry implements Event
this.mouseButton = mouseButton;
}
/**
* The selected item index at the time of the option click.
*/
private int selectedItemIndex;
/**
* Whether or not the event has been consumed by a subscriber.
*/