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