Delta-v/Content.Server/Disease/Components/DiseaseVaccineCreatorCompon...

11 lines
274 B
C#

namespace Content.Server.Disease.Components
{
/// <summary>
/// Controls disease machine behavior specific to the
/// vaccine creating machine
/// </summary>
[RegisterComponent]
public sealed class DiseaseVaccineCreatorComponent : Component
{}
}