6
StarHorizon_Public/Content.Client/Materials/RecyclerVisualsComponent.cs
2026-01-24 12:49:55 +03:00

18 lines
398 B
C#

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