Exemple #1
0
    public void RequestRematchFromPlayer()
    {
        Debug.Log("Requesting rematch from player in the GUIController");

        // This string should have the opponents name in it
        canvasController.DisplayRematchRequest();
    }