13 lines
243 B
C#
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
|
|
{
|
|
}
|
|
}
|