Example #1
0
 private void RED_ExitCancel()
 {
     Debug.Log("RED Exit cancled");
     UiPanel.EnableCanvasGroup(true);
 }
Example #2
0
 private void BLUE_ExitCancel()
 {
     Debug.Log("BLUE Exit cancled");
     UiPanel.EnableCanvasGroup(true);
 }
Example #3
0
 private void GREEN_ExitCancel()
 {
     Debug.Log("GREEN Exit cancled");
     UiPanel.EnableCanvasGroup(true);
 }