Added spring

This commit is contained in:
Pasha Bibko
2026-04-16 13:22:52 +01:00
parent 6868788af7
commit 646ef895c3
15 changed files with 639 additions and 36 deletions

View File

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