Add pulse contract and isolation valves

This commit is contained in:
2026-05-14 10:11:35 +02:00
parent c5688d2c0d
commit 6db3e60fd1
15 changed files with 195 additions and 27 deletions

View File

@@ -40,9 +40,10 @@ public partial class InventoryStrip : HBoxContainer
return item;
}
private Label m_WaterLabel = null!;
private Label m_ElectricLabel = null!;
private Label m_FuelLabel = null!;
private Label m_HeatLabel = null!;
private Label m_WaterLabel = null!;
}