6
StarHorizon_Public/Content.Shared/Light/PoweredLightDoAfterEvent.cs
2025-08-13 15:03:01 +03:00

10 lines
212 B
C#

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