mirror of
https://github.com/Ukendio/jecs.git
synced 2025-07-08 23:59:17 +00:00
Export ArchetypeOnCreate and ArchetypeOnDelete events
This commit is contained in:
parent
cf94a48a40
commit
eed1b6179e
1 changed files with 2 additions and 0 deletions
|
@ -3066,6 +3066,8 @@ return {
|
|||
Remove = (EcsRemove :: any) :: Entity,
|
||||
Name = (EcsName :: any) :: Entity<string>,
|
||||
Exclusive = EcsExclusive :: Entity,
|
||||
ArchetypeCreate = EcsOnArchetypeCreate,
|
||||
ArchetypeDelete = EcsOnArchetypeDelete,
|
||||
Rest = (EcsRest :: any) :: Entity,
|
||||
|
||||
pair = (ECS_PAIR :: any) :: <P, O>(first: Id<P>, second: Id<O>) -> Pair<P, O>,
|
||||
|
|
Loading…
Reference in a new issue