Add shift click customization to menu swapper plugin
This commit is contained in:
@@ -207,16 +207,19 @@ public class WidgetID
|
||||
|
||||
static class FixedViewport
|
||||
{
|
||||
static final int INVENTORY_TAB = 51;
|
||||
static final int PRAYER_TAB = 53;
|
||||
}
|
||||
|
||||
static class ResizableViewport
|
||||
{
|
||||
static final int INVENTORY_TAB = 54;
|
||||
static final int PRAYER_TAB = 56;
|
||||
}
|
||||
|
||||
static class ResizableViewportBottomLine
|
||||
{
|
||||
static final int INVENTORY_TAB = 51;
|
||||
static final int PRAYER_TAB = 53;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user