11 lines
231 B
C#
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
|
|
{
|
|
|
|
}
|