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