Exemple #1
0
    void PostPlayerScores()
    {
        if (!hasPosted)
        {
            if (!string.IsNullOrEmpty(mName))
            {
                objGameInfo.PostPlayerScore(mName, GameInfoManager.Instance.Score, GameInfoManager.Instance.TimeAlive);

                hasPosted = true;
            }
        }
    }