Files
crystall-punk-14/Content.Server/Holiday/Christmas/SantaComponent.cs
Moony 0a45782532 Christmas trees now grant gifts. (#13118)
* Christmas trees now grant gifts.

* docs

* add holiday requirements, fix sound.

* doc

* remove redundant stuff

* rename GiftPackin to RandomGift.

* a word

* Update Content.Server/Holiday/Christmas/LimitedItemGiverSystem.cs

Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>

Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
2022-12-20 16:34:34 -06:00

11 lines
223 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 class SantaComponent : Component
{
}