UNPKG

@thi.ng/ecs

Version:

Entity Component System based around typed arrays & sparse sets

9 lines (8 loc) 164 B
const EVENT_ADDED = "added"; const EVENT_PRE_DELETE = "pre-delete"; const EVENT_CHANGED = "changed"; export { EVENT_ADDED, EVENT_CHANGED, EVENT_PRE_DELETE };