6
StarHorizon_Public/Content.Shared/Storage/EntitySystems/BluespaceLockerDoAfterEvent.cs
2025-11-07 12:32:48 +03:00

10 lines
231 B
C#

using Content.Shared.DoAfter;
using Robust.Shared.Serialization;
namespace Content.Shared.Storage.EntitySystems;
[Serializable, NetSerializable]
public sealed partial class BluespaceLockerDoAfterEvent : SimpleDoAfterEvent
{
}