develop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user