Added stuff

This commit is contained in:
2026-04-27 20:19:53 +01:00
parent 54008ad81d
commit 6814aa6c0c
23 changed files with 1141 additions and 48 deletions

View File

@@ -1,8 +1,11 @@
namespace Fruitomation.Game
using UnityEngine;
namespace Fruitomation.Game
{
public class PeelerBuilding : Building
{
[Header("Grinder Specific")]
[SerializeField] private RectTransform OutputLocation;
[SerializeField] private TriggerDetector Trigger;
}
}