public HUDManager(SpriteBatch spriteBatch, GraphicsDevice graphicsDevice, ContentManager content, Player player, SpriteFont spriteFont, MapManager mapManager) { this.spriteBatch = spriteBatch; this.graphicsDevice = graphicsDevice; this.player = player; this.spriteFont = spriteFont; this.mapManager = mapManager; this.content = content; }