Beispiel #1
0
    public void GameOver()
    {
        Dictionary <string, object> info = new Dictionary <string, object>();

        info.Add("Total Rooms", countEvent);

        gm.SaveInfo(info);
        gm.LoadScene("Game Over");
    }