コード例 #1
0
 public void OnBackButton()
 {
     if (isWaiting)
     {
     }
     else
     {
         uiLogic.OpenLandingPage();
     }
 }