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

11 lines
189 B
C#

namespace Content.Server._White.Other;
/// <summary>
/// This is used for...
/// </summary>
[RegisterComponent]
public sealed partial class ReflectAspectMarkComponent : Component
{
}