using Robust.Shared.Player; namespace Content.Shared.Players.PlayTimeTracking; public interface ISharedPlaytimeManager { /// /// Gets the playtimes for the session or an empty dictionary if none found. /// IReadOnlyDictionary GetPlayTimes(ICommonSession session); }