Files

7 lines
136 B
C#
Raw Permalink Normal View History

namespace Content.Shared._White.Cult.Structures;
2024-01-27 15:19:52 +03:00
[RegisterComponent]
public sealed partial class RunicDoorComponent : Component
{
}