This commit is contained in:
xKylee
2020-03-25 22:48:48 +00:00
parent 11253bfaf6
commit 11e21d7c77

View File

@@ -86,6 +86,9 @@ public interface RSWidget extends Widget
@Import("modelType") @Import("modelType")
int getModelType(); int getModelType();
@Import("modelType")
void setModelType(int modelType);
@Import("actions") @Import("actions")
@Override @Override
String[] getActions(); String[] getActions();