示例#1
0
 void Awake() {
     instance = this;
     Application.targetFrameRate = 60;
     SceneMng scene = new SceneMng();
     scene.Init();
 }