Remove TickerLobbyReadyEvent (#17522)

This commit is contained in:
Leon Friedrich
2023-06-25 00:11:08 +12:00
committed by GitHub
parent 694ba695b0
commit ecae0230f6
5 changed files with 0 additions and 41 deletions

View File

@@ -116,20 +116,6 @@ namespace Content.Shared.GameTicking
}
}
[Serializable, NetSerializable]
public sealed class TickerLobbyReadyEvent : EntityEventArgs
{
/// <summary>
/// The Status of the Player in the lobby (ready, observer, ...)
/// </summary>
public Dictionary<NetUserId, PlayerGameStatus> Status { get; }
public TickerLobbyReadyEvent(Dictionary<NetUserId, PlayerGameStatus> status)
{
Status = status;
}
}
[Serializable, NetSerializable]
public sealed class TickerJobsAvailableEvent : EntityEventArgs
{