Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a TimerService to ECS #326

Closed
ikkentim opened this issue Jan 28, 2020 · 0 comments
Closed

Add a TimerService to ECS #326

ikkentim opened this issue Jan 28, 2020 · 0 comments
Labels
area-ECS Issues related to SampSharp.Entities feature

Comments

@ikkentim
Copy link
Owner

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.

@ikkentim ikkentim added feature area-ECS Issues related to SampSharp.Entities labels Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-ECS Issues related to SampSharp.Entities feature
Projects
None yet
Development

No branches or pull requests

1 participant