forked from Misaki/GhostEngine
Continue improve archetype ecs
Updated Archetype to support add and remove entity Added EntityManager Added EntityCommandBuffer
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
global using EntityID = System.Int32;
|
||||
global using GenerationID = System.UInt32;
|
||||
global using WorldID = System.UInt16;
|
||||
global using GenerationID = System.Int32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user