namespace Content.Client.Holiday; /// /// This is used for a component that swaps an entity's RSI based on HolidayVisuals /// [RegisterComponent] public sealed partial class HolidayRsiSwapComponent : Component { /// /// A dictionary of arbitrary visual keys to an rsi to swap the sprite to. /// [DataField] public Dictionary Sprite = new(); }