using System.Security.Cryptography.X509Certificates; using Core; using Core.SaveLoad; using Pixelplacement; using UnityEngine; public class GardenerBehaviour : SaveableStateMachine { public void stateSwitch (string StateName) { Logging.Debug("State Switch to: " + StateName); ChangeState(StateName); } }