9 lines
244 B
C#
9 lines
244 B
C#
|
|
using Content.Server._White.AspectsSystem.Aspects.Components;
|
||
|
|
using Content.Server._White.AspectsSystem.Base;
|
||
|
|
|
||
|
|
namespace Content.Server._White.AspectsSystem.Aspects;
|
||
|
|
|
||
|
|
public sealed class NothingAspect : AspectSystem<NothingAspectComponent>
|
||
|
|
{
|
||
|
|
}
|