namespace Content.Client.Mech; /// /// This is used for visualizing mech constructions /// [RegisterComponent] public sealed partial class MechAssemblyVisualsComponent : Component { /// /// The prefix that is followed by the number which /// denotes the current state to use. /// [DataField("statePrefix", required: true)] public string StatePrefix = string.Empty; }