/// <summary> /// Unload all components of the level select view. /// </summary> private void UnloadLevelSelect() { selector = null; }
/// <summary> /// Load all components needed for the level select view. /// </summary> private void LoadLevelSelect() { selector = new LevelSelector(game, spriteBatch); }