public void LoadDefaultTheme() { CurrentTheme = new Theme(_graphics); _themes.Add(CurrentTheme); }
public void Init(GraphicsDeviceManager graphics, ContentManager content) { _graphics = graphics; Content = content; CurrentTheme = null; }