-add systemCaller to entity only if their components matches
-System onEnable() and onDisable() callbacks
This commit is contained in:
parent
22fdd2f4e4
commit
ae53e13d42
4 changed files with 152 additions and 78 deletions
7
source/ecs/package.d
Normal file
7
source/ecs/package.d
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module ecs;
|
||||
|
||||
public import ecs.manager;
|
||||
public import ecs.entity;
|
||||
public import ecs.system;
|
||||
import ecs.id_manager;
|
||||
import ecs.events;
|
||||
Loading…
Add table
Add a link
Reference in a new issue