示例#1
0
 public void OnPlayButton()
 {
     Debug.Log("PULSAMOS JUGAR");
     activeState.SwitchScene(PLAYSCENE);
 }