8 lines
273 B
C#
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;
|