2024-01-27 15:19:52 +03:00
|
|
|
using Content.Shared.DoAfter;
|
|
|
|
|
using Robust.Shared.Serialization;
|
|
|
|
|
|
2024-01-28 18:37:24 +07:00
|
|
|
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
|
|
|
}
|