Exemple #1
0
    void Start()
    {
        string aiScoreStr = scoreMgr.getAIScore().ToString("f1");

        aiScore.text = aiScoreStr;
    }