Пример #1
0
 void Awake()
 {
     loadHighscores = false;
     mss            = masterScoreSystem.GetComponent <MasterScoreSystem>();
     hsc            = highScoreCanvas.GetComponent <Canvas>();
     lbc            = leaderboardCanvas.GetComponent <Canvas>();
 }
Пример #2
0
 void Awake()
 {
     loadHighscores = false;
     mss = masterScoreSystem.GetComponent<MasterScoreSystem>();
     hsc = highScoreCanvas.GetComponent<Canvas>();
     lbc = leaderboardCanvas.GetComponent<Canvas>();
 }
Пример #3
0
 void Awake()
 {
     Instanse = this;
 }
Пример #4
0
 void Awake()
 {
     Instanse = this;
 }