Files
tbd-station-14/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs
2022-02-16 18:23:23 +11:00

13 lines
243 B
C#

using System;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization;
namespace Content.Shared.GameTicking
{
[Serializable, NetSerializable]
public sealed class RoundRestartCleanupEvent : EntityEventArgs
{
}
}