6
2026-01-13 18:31:02 +02:00

8 lines
273 B
C#

namespace Content.Shared.Xenoborgs.Components;
/// <summary>
/// This component for now is being used for the pinpointer, but it will recieve more stuff in the future.
/// </summary>
[RegisterComponent]
public sealed partial class XenoborgMothershipComponent : Component;