Files
tbd-station-14/Content.Server/CharacterAppearance/Components/RandomHumanoidAppearanceComponent.cs
2022-05-02 13:50:56 -07:00

9 lines
222 B
C#

namespace Content.Server.CharacterAppearance.Components;
[RegisterComponent]
public sealed class RandomHumanoidAppearanceComponent : Component
{
[DataField("randomizeName")]
public bool RandomizeName = true;
}