mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-14 19:29:57 +01:00
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
|
|
{}
|
|
}
|