GetGameResults() public method

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

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