Exemplo n.º 1
0
        void UpdateScore(int newScore)
        {
            ScoreUpdater score = ScoreUpdater.GetInstance();

            if (score)
            {
                score.UpdateScore(newScore);
            }
        }
Exemplo n.º 2
0
 void Awake()
 {
     instance = this;
 }