Expose update-component

This commit is contained in:
nephryte 2024-05-25 23:12:31 -04:00
parent 1ff5a8e94e
commit 11eb888669

View file

@ -20,7 +20,8 @@
remove-component
has-component?
has-components?
get-components))
get-components
update-component))
(define (has-component? entity component-name)
"Returns true if the entity has a component with component-name,