6
2025-11-03 10:15:18 +03: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;