Type-safe coroutine helpers that validate event names against a world's event types. Use createCoroutineHelpers<typeof ecs>() to get compile-time validation.
createCoroutineHelpers<typeof ecs>()
Type-safe coroutine helpers that validate event names against a world's event types. Use
createCoroutineHelpers<typeof ecs>()to get compile-time validation.