GetGameResults() public method

public GetGameResults ( ) : string
return string
Exemplo n.º 1
0
    private void EndGame()
    {
        var gameResults = spellList.GetGameResults();

        Debug.Log("GAME OVER: " + gameResults);
    }