Removed command queue, command is changed via set method, removed time measurement, edited chance to write letter,
This commit is contained in:
@@ -6,4 +6,8 @@ public class ModelData {
|
||||
public ModelData(String sText) {
|
||||
this.sText = sText;
|
||||
}
|
||||
|
||||
public String getModelString() {
|
||||
return this.sText;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user