Random humanoid appearance (#7895)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Content.Server.CharacterAppearance.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class RandomHumanoidAppearanceComponent : Component
|
||||
{
|
||||
[DataField("randomizeName")]
|
||||
public bool RandomizeName = true;
|
||||
}
|
||||
Reference in New Issue
Block a user