Files
OldThink/Content.Shared/_White/Cult/Components/CultRuneComponent.cs
Aviu00 e856e3de2f - add: Runes can't be examined by crew. (#129)
* - add: Runes can't be examined by crew.

* - add: No rune pointing.
2024-02-27 12:00:02 +00:00

7 lines
132 B
C#

namespace Content.Shared._White.Cult.Components;
[RegisterComponent]
public sealed partial class CultRuneComponent : Component
{
}