This commit is contained in:
therealunull
2020-12-14 05:58:02 -05:00
parent b86aa9c5cc
commit 3248f22650
52 changed files with 8764 additions and 0 deletions

View File

@@ -104,6 +104,11 @@ public class MenuEntry implements Cloneable
return this.actionParam;
}
public int getParam0()
{
return this.actionParam;
}
public void setParam0(int i)
{
this.actionParam = i;
@@ -114,6 +119,11 @@ public class MenuEntry implements Cloneable
this.actionParam1 = i;
}
public int getParam1()
{
return this.actionParam1;
}
public void setType(int i)
{
this.opcode = i;