Beispiel #1
0
    public void ChangeNameDialogNotReq()
    {
        string      title        = "PLAYER NAME";
        string      message      = "Type in your name.";
        UnityAction okAction     = PlayerNameOK;
        UnityAction cancelAction = PlayerNameCancel;

        mainMenuHandler.ShowTextInputNotReqDialog(title, message, okAction, cancelAction);
    }