Update RSWidget.java

This commit is contained in:
Kyle
2020-03-25 23:41:04 +00:00
committed by GitHub
parent 11e21d7c77
commit 3518792b5f

View File

@@ -87,7 +87,7 @@ public interface RSWidget extends Widget
int getModelType(); int getModelType();
@Import("modelType") @Import("modelType")
void setModelType(int modelType); void setModelType(int modelType);
@Import("actions") @Import("actions")
@Override @Override