merge changes into the testbranch #14

Merged
j23f0712 merged 3 commits from development into dev/test 2024-11-24 22:23:23 +01:00
Showing only changes of commit 040b8830ab - Show all commits

View File

@@ -7,4 +7,8 @@ public Dialogs(ClientState parent, ClientGameLogic logic) {
super(parent, logic); super(parent, logic);
this.dialogsStateMachine = new DialogsStateMachine(parent, logic); this.dialogsStateMachine = new DialogsStateMachine(parent, logic);
} }
public DialogsStateMachine getDialogsStateMachine() {
return dialogsStateMachine;
}
} }