10 lines
191 B
C#
10 lines
191 B
C#
using Robust.Shared.GameStates;
|
|
|
|
namespace Content.Shared.Chemistry.Components;
|
|
|
|
[RegisterComponent, NetworkedComponent]
|
|
public sealed partial class SolutionScannerComponent : Component
|
|
{
|
|
}
|
|
|