public void LoadContent(GraphicsDevice graphicsDevice, SpriteBatch spriteBatch, ContentManager content)
 {
     // Load content for renderer stuff
     rtsRenderer.LoadContent(graphicsDevice, spriteBatch, content);
 }