Revert 'Revert 'Solution Entities'' (#23168)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using Content.Shared.Chemistry.Components;
|
||||
using Content.Shared.FixedPoint;
|
||||
using Robust.Shared.Audio;
|
||||
using Robust.Shared.GameStates;
|
||||
@@ -17,5 +18,8 @@ namespace Content.Shared.Fluids.Components
|
||||
public FixedPoint2 OverflowVolume = FixedPoint2.New(20);
|
||||
|
||||
[DataField("solution")] public string SolutionName = "puddle";
|
||||
|
||||
[DataField("solutionRef")]
|
||||
public Entity<SolutionComponent>? Solution;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user