Esempio n. 1
0
    public void OnRestart()
    {
//		StartGame();//
        time         = 0;
        ShowedPlayer = false;
        BM.Reset();
        pC.gameObject.SetActive(false);
        pC.transform.localPosition = new Vector3(0, 4, 0);
    }