Fix comment (#36054)
This commit is contained in:
parent
b4c3549f40
commit
bf9eedfed1
|
|
@ -18,7 +18,7 @@ public sealed partial class EvaporationComponent : Component
|
|||
public TimeSpan NextTick = TimeSpan.Zero;
|
||||
|
||||
/// <summary>
|
||||
/// How much evaporation occurs every tick.
|
||||
/// How much evaporation per second.
|
||||
/// </summary>
|
||||
[DataField("evaporationAmount")]
|
||||
public FixedPoint2 EvaporationAmount = FixedPoint2.New(0.3);
|
||||
|
|
|
|||
Loading…
Reference in New Issue