Files
f4c0a21b7b4d2ecc0ece88b2d83db6ad31a5ecf0
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
|
|||
{
|
|||
}
|