예제 #1
0
파일: Game.cs 프로젝트: dzil123/Unity-Pong
    void Begin()
    {
        m_ball.ChangeSpeed();

        m_paddles.SetControl(true);
    }