refactor(Timer.cs): Another general timer refactor #16
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority::backlog
priority::high
priority::low
priority::medium
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lubba64/SoulShardUtilities!16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "another-timer-refactor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since there are so many possible deltas that you could use with the
timer everything got consolidated to the Timer.Tick() method, which
allows you to use whatever delta you want.
In addition, the class could not be serialized for easier configuration,
this has been fixed.
A missing feature was "auto restart" which ideally would restart the timer
automatically as it runs out. This feature has been added.