Add access logs (IC ones) (#17810)
This commit is contained in:
@@ -22,6 +22,7 @@ namespace Content.Shared.GameTicking
|
||||
// Probably most useful for replays, round end info, and probably things like lobby menus.
|
||||
[ViewVariables]
|
||||
public int RoundId { get; protected set; }
|
||||
[ViewVariables] public TimeSpan RoundStartTimeSpan { get; protected set; }
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
@@ -188,4 +189,3 @@ namespace Content.Shared.GameTicking
|
||||
JoinedGame,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user