SceneController.End C# (CSharp) Méthode

End() public méthode

public End ( ) : void
Résultat void
    void End()
    {
        //GUIText guit = this.gameObject.AddComponent<GUIText>();
        //guit.text = PrintRoundEnd();
        //guit.transform.position = new Vector3(0, 1, 0);
        gameover = true;
    }