Files

8 lines
160 B
C#
Raw Permalink Normal View History

2024-08-08 21:05:25 +03:00
namespace Content.Server._White.AspectsSystem.Aspects.Components;
[RegisterComponent]
public sealed partial class ImmersiveAspectComponent : Component
{
}