Files

8 lines
153 B
C#
Raw Permalink Normal View History

namespace Content.Server.Xenoarchaeology.Equipment.Components;
[RegisterComponent]
public sealed partial class NodeScannerComponent : Component
{
}