Files
wwdpublic/Content.Client/Materials/RecyclerVisualsComponent.cs
Nemanja bb3abfb654 Recycler Overhaul (#30802)
* Recycler overhaul

* remove

(cherry picked from commit 476c7751c4989645fb735c9533bb67bbf85c0091)
2025-07-16 17:08:18 +10: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";
}