示例#1
0
 public void CustomSceneConfirmed()
 {
     if (pendingItem == false)
     {
         Diglbug.LogError("Confirmed an undefined custom scene start.");
         return;
     }
     sceneControls.BeginCustomAct(actPayloadPairs.GetActForDefinedAct(pendingItem.act));
     Diglbug.Log("Confirmed: Sending custom act from item select " + pendingItem.act);
 }