add setter for name
This commit is contained in:
@@ -66,6 +66,8 @@ public interface Widget
|
||||
|
||||
String getName();
|
||||
|
||||
void setName(String name);
|
||||
|
||||
int getModelId();
|
||||
|
||||
int getSpriteId();
|
||||
|
||||
Reference in New Issue
Block a user