Added new prefabs

This commit is contained in:
2026-04-27 20:04:45 +01:00
parent bfce2fd97d
commit 54008ad81d
22 changed files with 852 additions and 2 deletions

View File

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