Exemplo n.º 1
0
 void Awake()
 {
     loadHighscores = false;
     mss            = masterScoreSystem.GetComponent <MasterScoreSystem>();
     hsc            = highScoreCanvas.GetComponent <Canvas>();
     lbc            = leaderboardCanvas.GetComponent <Canvas>();
 }
Exemplo n.º 2
0
 void Awake()
 {
     loadHighscores = false;
     mss = masterScoreSystem.GetComponent<MasterScoreSystem>();
     hsc = highScoreCanvas.GetComponent<Canvas>();
     lbc = leaderboardCanvas.GetComponent<Canvas>();
 }
Exemplo n.º 3
0
 void Awake()
 {
     Instanse = this;
 }
Exemplo n.º 4
0
 void Awake()
 {
     Instanse = this;
 }