project(api): Add back trade & follow MenuAction values
This commit is contained in:
@@ -283,6 +283,14 @@ public enum MenuAction
|
||||
* Menu action for InfoBox menu entries
|
||||
*/
|
||||
RUNELITE_INFOBOX(1504),
|
||||
/**
|
||||
* Menu action triggered by following a player.
|
||||
*/
|
||||
FOLLOW(2046),
|
||||
/**
|
||||
* Menu action triggered by sending a trade offer to a player.
|
||||
*/
|
||||
TRADE(2047),
|
||||
|
||||
/**
|
||||
* Menu action triggered when the id is not defined in this class.
|
||||
|
||||
Reference in New Issue
Block a user