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
Added CompScheduleActiveAtSunlightRange
It extends the vanilla CompSchedule (and should be compatible with stuff that checks for it, like `CompAmbientSound`).
On top of that, it should work with either of ticker types (but normal ticker will still re-check every 250 ticks like rare ticker).
The method `ShouldBeAllowed` is virtual, so other types extending this one can add extra checks if needed for anything.