Files
OldThink/Content.Server/_White/Other/EngineMarkComponent.cs

10 lines
182 B
C#

namespace Content.Server._White.Other;
/*
* Used for mark engines, used by NoEngine Aspect.
*/
[RegisterComponent]
public sealed partial class EngineMarkComponent : Component
{
}