mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-26 00:45:20 +00:00
making progress on the new ecs framework
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MonoGame.Extended.Entities.Systems
|
||||
{
|
||||
public abstract class BaseSystem
|
||||
{
|
||||
public EntityWorld World { get; internal set; }
|
||||
public abstract void Initialize(ComponentManager componentManager);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user