project(api): Add back trade & follow MenuAction values

This commit is contained in:
Owain van Brakel
2022-04-20 19:21:27 +02:00
parent 7ed5b4d0ff
commit 964602a7a3

View File

@@ -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.