-add systemCaller to entity only if their components matches

-System onEnable() and onDisable() callbacks
This commit is contained in:
Mergul 2018-09-12 14:28:32 +02:00
parent 22fdd2f4e4
commit ae53e13d42
4 changed files with 152 additions and 78 deletions

7
source/ecs/package.d Normal file
View 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;