Files
OldThink/Content.Server/_White/Cult/Runes/Comps/CultBarrierComponent.cs

8 lines
188 B
C#
Raw Permalink Normal View History

namespace Content.Server._White.Cult.Runes.Comps;
2024-01-27 15:19:52 +03:00
[RegisterComponent]
public sealed partial class CultBarrierComponent : Component
{
[DataField("activated")] public bool Activated;
}