Files
tbd-station-14/Content.Server/Fluids/Components/EvaporationSparkleComponent.cs
2023-04-10 15:37:03 +10:00

11 lines
229 B
C#

namespace Content.Server.Fluids.Components;
/// <summary>
/// Used to track evaporation sparkles so we can delete if necessary.
/// </summary>
[RegisterComponent]
public sealed class EvaporationSparkleComponent : Component
{
}