Worker barely working

This commit is contained in:
2025-12-04 14:38:32 +01:00
parent e60d516e7e
commit 1c64c67cf8
208 changed files with 19089 additions and 1240 deletions

View File

@@ -0,0 +1,14 @@
using UnityEngine;
using Core.SaveLoad;
public class WorkerLiftingStateBehavior : AppleState
{
public GameObject roamingWorker;
public override void OnEnterState()
{
roamingWorker.SetActive(false);
}
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 584fc55a6514650499f1b4d6a0b1f31a