2021-06-29 15:56:07 +02:00
|
|
|
|
using System;
|
|
|
|
|
|
using Robust.Shared.GameObjects;
|
|
|
|
|
|
using Robust.Shared.Serialization;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.GameTicking
|
|
|
|
|
|
{
|
|
|
|
|
|
[Serializable, NetSerializable]
|
2022-02-16 00:23:23 -07:00
|
|
|
|
public sealed class RoundRestartCleanupEvent : EntityEventArgs
|
2021-06-29 15:56:07 +02:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|