mixins: Don't clobber left click forced menuops

This commit is contained in:
Max Weber
2019-01-26 07:55:27 -07:00
parent 5b9c3cf511
commit 001ac540e7
3 changed files with 14 additions and 1 deletions

View File

@@ -307,6 +307,9 @@ public interface RSClient extends RSGameEngine, Client
@Import("menuActionParams1")
int[] getMenuActionParams1();
@Import("menuForceLeftClick")
boolean[] getMenuForceLeftClick();
@Import("worldList")
@Override
RSWorld[] getWorldList();