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