6
2025-11-07 12:32:48 +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
{
}