Files
OldThink/Content.Server/_White/AspectsSystem/Aspects/Components/PresentAspectComponent.cs

7 lines
154 B
C#

namespace Content.Server._White.AspectsSystem.Aspects.Components;
[RegisterComponent]
public sealed partial class PresentAspectComponent : Component
{
}