Namespace Recolude.Core.Time
Classes
BasicTimeProvider
RealTimeSinceStartupProvider
Uses UnityEngine.Time.realtimeSinceStartup. Good for if you want to do stuff inside the editor without having to actually having the game playing. Unlike Time.time, this value doesn't get scaled by timeScale.
Interfaces
ITimeProvider
The way Recolude.Core can retrieve the current time. Kind of neccessary with how many different ways you can query "time" inside of Unity.