Fix compilation errors #19

Closed
fkoppe wants to merge 46 commits from dev/client_koppe into development
Showing only changes of commit 7e1d2e833e - Show all commits

View File

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