GoGoGo() 공개 메소드

public GoGoGo ( ) : void
리턴 void
예제 #1
0
파일: Game.cs 프로젝트: RogerCase/TPSFinal
    void Start()
    {
        m_Example1Manager = new Example1Manager();


        // activate example 1
        m_Example1Manager.GoGoGo();

        ;
    }
예제 #2
0
    void Start()
    {
        m_Example1Manager = new Example1Manager();
        m_Example2Manager = new Example2Manager();

        // activate example 1
        m_Example1Manager.GoGoGo();

        // activate example 2
        //m_Example2Manager.GoGoGo();
    }