예제 #1
0
파일: WhenLoad.cs 프로젝트: Tauke190/VRFPS
    static void Update()
    {
        if (n == showWelcomeWindowFrame)
        {
            return;
        }

        n++;

        if (n == showWelcomeWindowFrame)
        {
            Welcome.Init();
        }
    }