Beispiel #1
0
 public void LoadLevel(string name)
 {
     StartCoroutine(panel.PanelFadeOut());
     StartCoroutine(StartLevel(name));
 }