Files

7 lines
154 B
C#
Raw Permalink Normal View History

namespace Content.Server._White.AspectsSystem.Aspects.Components;
[RegisterComponent]
2024-01-23 13:45:08 +03:00
public sealed partial class DancingAspectComponent : Component
{
}