Files
crystall-punk-14/Content.Server/Chemistry/Components/ActiveSolutionHeaterComponent.cs

8 lines
138 B
C#
Raw Normal View History

namespace Content.Server.Chemistry.Components;
[RegisterComponent]
public sealed class ActiveSolutionHeaterComponent : Component
{
}