Ejemplo n.º 1
0
 public void WantSave()
 {
     if (!_AcceptReady)
     {
         _BigLoadingTable.SetActive(true);
         _DBSupport.Start();
         _AcceptReady = true;
         _WantSave    = true;
     }
 }
Ejemplo n.º 2
0
    IEnumerator StartLoading()
    {
        yield return(new WaitForSeconds(0.75f));

        _LoadingTable.SetActive(true);
        _AcceptReady = true;
        _DBSupport.Start();
    }