Exemplo n.º 1
0
 private void Awake()
 {
     UI_Btn_loadGame.onClick.AddListener(delegate { MenuSystem.LoadGame(loadSceneIndex); });
 }