simplify singles

This commit is contained in:
BlackMATov
2024-11-25 18:43:53 +07:00
parent 0567a4aa99
commit 8ee93224e6
4 changed files with 45 additions and 11 deletions

View File

@@ -86,9 +86,9 @@ chunk:components -> entity -> (any[])
```
singles.single -> any -> (entity)
singles.set -> entity -> any -> (entity)
singles.get -> entity -> (any)
singles.has -> entity -> (boolean)
singles.assign -> entity -> any -> ()
```
## Module `vectors`