示例#1
0
 public void GoToScene(int scene)
 {
     NoMusic.TransitionTo(0.3f);
     SceneChanger.GoToScene_Static(scene);
 }