hide internal fields

This commit is contained in:
BlackMATov
2024-11-23 10:07:49 +07:00
parent 43d49dc52c
commit bbbc50e918
7 changed files with 169 additions and 143 deletions

View File

@@ -19,6 +19,8 @@ registry.remove -> entity -> entity -> ()
registry.query -> entity -> entity... -> (query)
registry.execute -> query -> (() -> (chunk?))
registry.chunk -> entity -> entity... -> (chunk)
registry.chunk_entities -> chunk -> entity -> (entity[])
registry.chunk_components -> chunk -> entity -> (any[])
```
### Module `singles`