Files
OldThink/Content.Server/Changeling/Objectives/Components/PickRandomIdentityComponent.cs

9 lines
213 B
C#
Raw Normal View History

namespace Content.Server.Changeling.Objectives.Components;
[RegisterComponent]
public sealed partial class PickRandomIdentityComponent : Component
{
[ViewVariables]
public string DNA = string.Empty;
}