added getter for dialogstatemachine in dialogs
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user