Ejemplo n.º 1
0
 protected void SetStarsEnabled(LevelsMap levelsMap, bool isEnabled)
 {
     levelsMap.SetStarsEnabled(isEnabled);
     if(isEnabled)
         levelsMap.SetStarsType(levelsMap.StarsType);
     EditorUtility.SetDirty(levelsMap);
     SetAllMapLevelsAsDirty();
 }
Ejemplo n.º 2
0
 public void OnDestroy()
 {
     _instance = null;
 }
Ejemplo n.º 3
0
 public void Awake()
 {
     _instance = this;
 }
Ejemplo n.º 4
0
 public void OnDestroy()
 {
     _instance = null;
 }
Ejemplo n.º 5
0
 public void Awake()
 {
     _instance = this;
 }