Delta-v/Content.Server/Lathe/Components/LatheProducingComponent.cs

10 lines
241 B
C#

namespace Content.Server.Lathe.Components
{
/// <summary>
/// For EntityQuery to keep track of which lathes are producing
/// <summary>
[RegisterComponent]
public sealed class LatheProducingComponent : Component
{}
}