private void Awake()
 {
     if (instance == null || instance != this)
     {
         instance = this;
     }
 }
Exemple #2
0
 public void StartAnimMiddle()
 {
     PPController.BloomOn();
 }
Exemple #3
0
 public static void RefreshBeforeLoad()
 {
     NetworkMarkerManager.objCache.Clear();
     PPController.Refresh();
 }