protected override IEnumerator UnloadScene(InGameScene scene, Action<float, string> progressDelegate)
 {
     yield break;
 }
Exemple #2
0
 private void Awake()
 {
     instance = this;
 }