Files
crystall-punk-14/Content.Server/Fluids/Components/PreventSpillerComponent.cs

8 lines
134 B
C#
Raw Normal View History

namespace Content.Server.Fluids.Components;
[RegisterComponent]
public sealed partial class PreventSpillerComponent : Component
{
}