Added new art, also added stairs and walls to building menu

This commit is contained in:
2026-04-12 13:22:07 +01:00
parent 2222294a79
commit 56a432ad66
16 changed files with 781 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ using UnityEngine;
namespace Fruitomation.Game
{
public class FanBuilding : BuildingBase
public class FanBuilding : Building
{
[Header("Fan Specific Items")]
[SerializeField] private TriggerDetector TriggerDetector;