Esempio n. 1
0
 void Start()
 {
     GlobalSingleton.RegisterScoreUpdateEvent(UpdateScore);
     UpdateScore();
 }