示例#1
0
    public static void UpFade(GameObject[] goArray)
    {
        //instance = this;
        //SetInstance();
        if (instance == null)
        {
            Debug.Log("Ain't working");
        }

        else
        {
            instance.StartCoroutine("FadeUp", goArray);
        }
    }