milkytoasto / DSChaosMod

Twitch integration solution for Dark Souls
GNU General Public License v3.0
4 stars 2 forks source link

[Feature Request] Allow user to enable/disable effects #19

Closed milkytoasto closed 2 years ago

milkytoasto commented 2 years ago

Is your feature request related to a problem? Please describe. Currently if the user stops the voting period in the middle of an effect, the effect stays.

Describe the solution you'd like We should implement a tick / onTick classmethod that keeps track of the running state of the effect, which stops the effect when the stop button is pressed (called from the GUI).