Files
crystall-punk-14/Content.Shared/Chemistry/Components/BlockSolutionAccessComponent.cs

12 lines
293 B
C#
Raw Normal View History

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