Exemplo n.º 1
0
 void Awake()
 {
     if (instance != null)
     {
         Debug.LogWarning("More than one instance of ChampionsManager found!");
         return;
     }
     instance = this;
     SetupChampions();
 }
Exemplo n.º 2
0
 private void Awake()
 {
     instance = this;
 }
Exemplo n.º 3
0
 void Awake()
 {
     championsManager_ = ChampionsManager.Instance;
 }