-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f28bbb3
commit 634e9e1
Showing
4 changed files
with
31 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 1 addition & 9 deletions
10
Content.Shared/Players/PlayTimeTracking/ISharedPlaytimeManager.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
using Robust.Shared.Player; | ||
|
||
namespace Content.Shared.Players.PlayTimeTracking; | ||
|
||
public interface ISharedPlaytimeManager | ||
{ | ||
/// <summary> | ||
/// Gets the playtimes for the session or an empty dictionary if none found. | ||
/// </summary> | ||
IReadOnlyDictionary<string, TimeSpan> GetPlayTimes(ICommonSession session); | ||
} | ||
public interface ISharedPlaytimeManager; |