8 lines
134 B
C#
8 lines
134 B
C#
|
|
namespace Content.Server.Fluids.Components;
|
||
|
|
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed partial class PreventSpillerComponent : Component
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|