feat: monogame content loader interface added
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Microsoft.Xna.Framework.Content;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Integration.MonoGame;
|
||||
|
||||
public interface ILoadContent : IBehaviour
|
||||
{
|
||||
void LoadContent(ContentManager content);
|
||||
}
|
Reference in New Issue
Block a user