Lint more const string prototypes (#18922)
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
using Content.Shared.Humanoid.Markings;
|
||||
|
||||
namespace Content.Shared.Humanoid
|
||||
{
|
||||
public static class HairStyles
|
||||
{
|
||||
[ValidatePrototypeId<MarkingPrototype>]
|
||||
public const string DefaultHairStyle = "HairBald";
|
||||
|
||||
[ValidatePrototypeId<MarkingPrototype>]
|
||||
public const string DefaultFacialHairStyle = "FacialHairShaved";
|
||||
|
||||
public static readonly IReadOnlyList<Color> RealisticHairColors = new List<Color>
|
||||
|
||||
Reference in New Issue
Block a user