Spray Nozzle & Backpack Water Tank (#16133)

This commit is contained in:
Nemanja
2023-05-05 21:50:09 -04:00
committed by GitHub
parent e80568747d
commit 98481fb9a2
30 changed files with 495 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ namespace Content.Server.Chemistry.Components
public FixedPoint2 TransferAmount = FixedPoint2.New(0.5);
public float ReactTimer;
[DataField("active")]
public bool Active;
}
}