namespace Content.Client.Materials; [RegisterComponent] public sealed partial class RecyclerVisualsComponent : Component { /// /// Key appended to state string if bloody. /// [DataField] public string BloodyKey = "bld"; /// /// Base key for the visual state. /// [DataField] public string BaseKey = "grinder-o"; }