Delta-v/Content.Shared/GameTicking/RoundRestartCleanupEvent.cs

13 lines
236 B
C#

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