6
2026-01-13 18:31:02 +02:00

11 lines
231 B
C#

namespace Content.Server.Holiday.Christmas;
/// <summary>
/// This is used as a marker component, allows them to see gift contents.
/// </summary>
[RegisterComponent]
public sealed partial class SantaComponent : Component
{
}