remove legacy spawn_with

This commit is contained in:
BlackMATov
2025-04-22 17:34:29 +07:00
parent 189269fdfc
commit 72979b46a4
4 changed files with 70 additions and 225 deletions

View File

@@ -100,7 +100,6 @@ clone :: entity -> <fragment, component>? -> entity
spawn_at :: chunk?, fragment[]?, component[]? -> entity
spawn_as :: entity?, fragment[]?, component[]? -> entity
spawn_with :: fragment[]?, component[]? -> entity
debug_mode :: boolean -> ()
collect_garbage :: ()