Files

11 lines
248 B
C#
Raw Permalink Normal View History

2024-01-27 15:19:52 +03:00
using Content.Shared.DoAfter;
using Robust.Shared.Serialization;
namespace Content.Shared._White.Cult.Runes;
2024-01-27 15:19:52 +03:00
[Serializable, NetSerializable]
public sealed partial class CultEraseEvent : SimpleDoAfterEvent
{
2023-11-16 14:06:05 +03:00
public NetEntity TargetEntityId;
2024-01-27 15:19:52 +03:00
}