コード例 #1
0
ファイル: ResultManager.cs プロジェクト: km323/WhoAreYou
    private void ShowNewBest()
    {
        GameController.BestScore = GameController.CurrentScore;
        property.GetBestScoreObj().SetActive(true);

        property.SetNewBestScore(GameController.BestScore.ToString());
    }