fish-station/Content.Shared/Chemistry/Components/SolutionScannerComponent.cs

7 lines
138 B
C#

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