using Robust.Shared.Utility; namespace Content.Shared.Stunnable; /// /// This is used to listen to incoming events from the AppearanceSystem /// [RegisterComponent] public sealed partial class StunVisualsComponent : Component { [DataField] public ResPath StarsPath = new ("Mobs/Effects/stunned.rsi"); [DataField] public string State = "stunned"; }