Network SolutionScanner (#37541)

* init

* doc
This commit is contained in:
ScarKy0 2025-05-17 17:00:32 +02:00 committed by deltanedas
parent 976704d180
commit fe3d58d184
1 changed files with 8 additions and 4 deletions

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;