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