Lint more const string prototypes (#18922)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Content.Shared.Tag;
|
||||
using Robust.Shared.Audio;
|
||||
|
||||
namespace Content.Shared.Fluids.Components;
|
||||
@@ -14,6 +15,8 @@ namespace Content.Shared.Fluids.Components;
|
||||
public sealed class DrainComponent : Component
|
||||
{
|
||||
public const string SolutionName = "drainBuffer";
|
||||
|
||||
[ValidatePrototypeId<TagPrototype>]
|
||||
public const string PlungerTag = "Plunger";
|
||||
|
||||
[DataField("accumulator")]
|
||||
|
||||
Reference in New Issue
Block a user