luvies / TaledensInvManagerUpdated

The code base for my unofficial update of Taleden's Inventory Manager
25 stars 28 forks source link

Add real-time based update support #8

Closed luvies closed 6 years ago

luvies commented 6 years ago

I plan to add support for specifying the update frequency using seconds rather than update ticks. Would be a case of adding a toggle bool as a parameter to state whether they're using ticks or seconds, and add a double parameter to specify the seconds between updates.

luvies commented 6 years ago

This was added in ee577b8 and will be coming in the next version