Files
tbd-station-14/Content.Shared/Chemistry/Components/SolutionScannerComponent.cs

8 lines
138 B
C#

namespace Content.Shared.Chemistry.Components;
[RegisterComponent]
public sealed partial class SolutionScannerComponent : Component
{
}