예제 #1
0
파일: ChangeGame.cs 프로젝트: splerp/change
        protected override void LoadContent()
        {
            // Load graphics.
            graphicsController.LoadContent(Content);

            // Load audio.
            soundController.LoadContent(Content);
        }