AIsOfCatan.GUIControl.UnloadContent C# (CSharp) 메소드

UnloadContent() 보호된 메소드

UnloadContent will be called once per game and is the place to unload all content.
protected UnloadContent ( ) : void
리턴 void
        protected override void UnloadContent()
        {
            // TODO: Unload any non ContentManager content here
        }