Removed command queue, command is changed via set method, removed time measurement, edited chance to write letter,

This commit is contained in:
WickedJack99
2022-05-23 00:32:05 +02:00
parent 798f32e2a7
commit 0b9b861f22
4 changed files with 35 additions and 16 deletions

View File

@@ -6,4 +6,8 @@ public class ModelData {
public ModelData(String sText) {
this.sText = sText;
}
public String getModelString() {
return this.sText;
}
}