Files
OldThink/Content.Server/_White/Accent/BomzhAccent/BomzhAccentComponent.cs
2025-01-02 23:27:41 +03:00

9 lines
175 B
C#

namespace Content.Server._White.Accent.BomzhAccent;
[RegisterComponent]
[Access(typeof(BomzhAccentSystem))]
public sealed partial class BomzhAccentComponent : Component
{
}