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
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?
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?