示例#1
0
 private void OnClick()
 {
     if (this.isHudActive)
     {
         return;
     }
     if (this.GetChoiceDialog() == (UnityEngine.Object)null)
     {
         this.OnKeyConfirm(base.gameObject);
         EventInput.RecieveDialogConfirm();
     }
 }