Worker barely working
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
using Core.SaveLoad;
|
||||
|
||||
public class WorkerLiftingStateBehavior : AppleState
|
||||
{
|
||||
public GameObject roamingWorker;
|
||||
|
||||
public override void OnEnterState()
|
||||
{
|
||||
roamingWorker.SetActive(false);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 584fc55a6514650499f1b4d6a0b1f31a
|
||||
Reference in New Issue
Block a user