You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Sometimes a system needs to access other services to do the business logic inside execute(). For example, generating auto-incrementing id of a specific component when adding the component in multiple systems.
Is there any way to inject any service into System or World?