-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem Description
As the title suggests, we can add some extra buttons to the menu to expand some additional operations.
Proposed Solution
When I click this button, plugin can exec this Action, ex: Back / Change somethings
Alternative Solutions
No response
Use Case
var othermenu = xxxxx;
...
var othermenu = xxxx.Build();
menu.AddButtonClick(GameButtonFlags.R, () => openothermenu());
menu.AddButtonClick(GameButtonFlags.F, () => SyncWeapons());
...
Implementation Ideas
No response
Priority
Critical
Contribution
- I'm willing to implement this feature myself
- I can help with testing
- I can help with documentation
- I can provide feedback during development
Additional Context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog