Puddles & spreader refactor (#15191)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Content.Server.Fluids.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Used to track evaporation sparkles so we can delete if necessary.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class EvaporationSparkleComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user