11 lines
235 B
C#
11 lines
235 B
C#
using Content.Shared.DoAfter;
|
|
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared._White.Cult.Runes;
|
|
|
|
[Serializable, NetSerializable]
|
|
public sealed partial class CultDrawEvent : SimpleDoAfterEvent
|
|
{
|
|
public string? Rune;
|
|
}
|