Beispiel #1
0
    public void GameOver()
    {
        State = GameState.GameOver;
        UI_Result.SetActive(true);
        rank rank = UI_Result.GetComponent <rank>();

        rank.InScore(Time);
        GameOverEvent.Invoke();
        //StopAllCoroutines();
    }