protected override void LoadContent() { spriteBatch = new SpriteBatch(GraphicsDevice); Ressources.LoadContent(Content); Main = new GameMain(); }