Beispiel #1
0
 public void Menu()
 {
     _state  = GAME_STATE.MENU;
     _paused = true;
     ActionMouse(true);
     EventManagerCustom.InitGameMehod();
 }
Beispiel #2
0
    void Awake()
    {
        if (instancia != null)
        {
            return;
        }

        instancia = this;
    }