Merge remote-tracking branch 'origin/master'

This commit is contained in:
Owain van Brakel
2021-12-17 11:45:55 +01:00
6 changed files with 20 additions and 48 deletions

View File

@@ -16,16 +16,6 @@ public class RuneLiteMenuEntry implements MenuEntry
this.idx = idx;
}
public void test(int idx)
{
new RuneLiteMenuEntry(idx);
}
public void test2()
{
new RuneLiteMenuEntry();
}
public Consumer getConsumer()
{
return consumer;