using Microsoft.Xna.Framework.Content; using Engine.Core; namespace Engine.Integration.MonoGame; public interface ILoadContent : IBehaviour { void LoadContent(ContentManager content); }