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
The timer service should allow a method in a system to be called periodically with a set of arguments.
If the arguments contains an entity or component, the timer should be killed when the entity or component was destroyed.
The timer should probably also be (DI) scopeable (by option) and allow injection of dependencies.
The text was updated successfully, but these errors were encountered:
The timer service should allow a method in a system to be called periodically with a set of arguments.
If the arguments contains an entity or component, the timer should be killed when the entity or component was destroyed.
The timer should probably also be (DI) scopeable (by option) and allow injection of dependencies.
The text was updated successfully, but these errors were encountered: