Files

7 lines
154 B
C#
Raw Permalink Normal View History

namespace Content.Server._White.AspectsSystem.Aspects.Components;
[RegisterComponent]
2024-01-23 12:59:33 +03:00
public sealed partial class PresentAspectComponent : Component
{
}