namespace Content.Server.Disease.Components
{
/// <summary>
/// For EntityQuery to keep track of which machines are running
/// </summary>
[RegisterComponent]
public sealed class DiseaseMachineRunningComponent : Component
{}
}