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