mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Remove comment section
This commit is contained in:
parent
6d6cc37a25
commit
461c3f6862
1 changed files with 0 additions and 4 deletions
|
@ -59,10 +59,6 @@ type ArchetypeDiff = {
|
|||
|
||||
local HI_COMPONENT_ID = 256
|
||||
|
||||
--------------------------------------------------
|
||||
-------- ID_RECORD -------------------------------
|
||||
--------------------------------------------------
|
||||
|
||||
local EcsOnAdd = HI_COMPONENT_ID + 1
|
||||
local EcsOnRemove = HI_COMPONENT_ID + 2
|
||||
local EcsOnSet = HI_COMPONENT_ID + 3
|
||||
|
|
Loading…
Reference in a new issue