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