Files

11 lines
235 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 CultDrawEvent : SimpleDoAfterEvent
{
public string? Rune;
}