8 lines
310 B
C#
8 lines
310 B
C#
namespace Content.Shared.Xenoborgs.Components;
|
|
|
|
/// <summary>
|
|
/// Defines what is a xenoborg core for the intentions of the xenoborg rule. if all xenoborg cores are destroyed. all xenoborgs will self-destruct.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class MothershipCoreComponent : Component;
|