public void WantSave() { if (!_AcceptReady) { _BigLoadingTable.SetActive(true); _DBSupport.Start(); _AcceptReady = true; _WantSave = true; } }
IEnumerator StartLoading() { yield return(new WaitForSeconds(0.75f)); _LoadingTable.SetActive(true); _AcceptReady = true; _DBSupport.Start(); }