Network SolutionScanner (#37541)

* init

* doc
This commit is contained in:
ScarKy0
2025-05-17 17:00:32 +02:00
committed by GitHub
parent af0e0598e8
commit 9acead4236

View File

@@ -1,7 +1,11 @@
using Robust.Shared.GameStates;
namespace Content.Shared.Chemistry.Components;
[RegisterComponent]
public sealed partial class SolutionScannerComponent : Component
{
}
/// <summary>
/// Allows an entity to examine reagents inside of containers, puddles and similiar via the examine verb.
/// Works when added either directly to an entity or to piece of clothing worn by that entity.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class SolutionScannerComponent : Component;