7 lines
145 B
C#
7 lines
145 B
C#
namespace Content.Server.Chemistry.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class ActiveSolutionHeaterComponent : Component
|
|
{
|
|
}
|