client: add support for menu options on infoboxes

This commit is contained in:
Adam
2020-06-16 21:06:53 -04:00
committed by Adam
parent 1b7dadeb68
commit 48357f9329
9 changed files with 129 additions and 22 deletions

View File

@@ -277,6 +277,10 @@ public enum MenuAction
* a player and have its identifier set to a player index.
*/
RUNELITE_PLAYER(1503),
/**
* Menu action for InfoBox menu entries
*/
RUNELITE_INFOBOX(1504),
/**
* Menu action triggered when the id is not defined in this class.