6
2026-01-18 12:53:36 +03: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
{
}