mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-21 23:48:15 +03:00
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
|
|
{
|
|
}
|
|
}
|