Introduces a `CommandQueue` to handle command components. It allows registering handlers that are executed when `execute()` is called, automatically removing the command component and cleaning up empty entities. Includes an interruption mechanism to pause processing during asynchronous operations. |
||
|---|---|---|
| .. | ||
| commands.test.ts | ||
| relationships.test.ts | ||
| serialization.test.ts | ||
| world.test.ts | ||