// Choose character public void ConfirmCharacter() { if (stController != null) { stController.Confirm(); } if (phoneConnection != null) { phoneConnection.Confirm(); } parentCode.UpdateNavigation(false, this); }