Files
wwdpublic/Content.Server/_White/Other/GiftIgnoreComponent.cs
2024-08-30 09:46:26 +07:00

8 lines
125 B
C#

namespace Content.Server._White.Other;
[RegisterComponent]
public sealed partial class GiftIgnoreComponent : Component
{
}