Exemple #1
0
 private void Awake()
 {
     instance = this;
     animTime = 1.5f;
     if (!(instance == null))
     {
     }
 }
Exemple #2
0
    public void Recap()
    {
        GetComponent <Canvas>().enabled = gameScreenOn;

        if (gameScreenOn)
        {
            BlurControl.blurry();
            UIController.suspendUI = true;

            GetComponentInChildren <SoulWrapup>().EndSoulCount();
        }
    }