Added new prefabs

This commit is contained in:
2026-04-27 20:04:45 +01:00
parent bfce2fd97d
commit 42ffb9bf11
22 changed files with 851 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
namespace Fruitomation.Game
{
public class HeatExchangerBuilding : Building
{
}
}