Files
492176a8c3fac3544b65601ac756b71861ba260a
12 lines
293 B
C#
12 lines
293 B
C#
using Robust.Shared.GameStates;
|
|||
|
|||
namespace Content.Shared.Chemistry.Components;
|
|||
|
|||
/// <summary>
|
|||
/// Blocks all attempts to access solutions contained by this entity.
|
|||
/// </summary>
|
|||
[RegisterComponent, NetworkedComponent]
|
|||
public sealed partial class BlockSolutionAccessComponent : Component
|
|||
{
|
|||
}
|