Files
crystall-punk-14/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs

11 lines
196 B
C#
Raw Permalink Normal View History

2022-05-13 00:59:03 -07:00
using Robust.Shared.Serialization;
namespace Content.Shared.GameTicking
{
[Serializable, NetSerializable]
public sealed class RoundRestartCleanupEvent : EntityEventArgs
{
}
}