Пример #1
0
 /// <summary>
 /// UnloadContent will be called once per game and is the place to unload
 /// game-specific content.
 /// </summary>
 protected override void UnloadContent()
 {
     GameElements.UnloadSave();
     // TODO: Unload any non ContentManager content here
 }
Пример #2
0
 protected override void UnloadContent()
 {
     GameElements.UnloadSave();
 }