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
I pretty much add a new class that had 2 fields
-time left in hours
-event to fire
created a list of type of my new class
then I added a campaign on hourly tick where I iterate over the list and decrement the hours left and check if it is 0
and once it hits zero I execute the event and remove it for the list
The text was updated successfully, but these errors were encountered: