Fix a bunch of warnings (#5058)
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Content.Server.Chemistry.Components
|
||||
public class FoamSolutionAreaEffectComponent : SolutionAreaEffectComponent
|
||||
{
|
||||
public override string Name => "FoamSolutionAreaEffect";
|
||||
public static string SolutionName = "foam";
|
||||
public new const string SolutionName = "foam";
|
||||
|
||||
[DataField("foamedMetalPrototype")] private string? _foamedMetalPrototype;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user