//using FIMSpace.Generating.Checker; //using FIMSpace.Generating.Planner.Nodes; //#if UNITY_EDITOR //using UnityEngine; //#endif //namespace FIMSpace.Generating.Planning.PlannerNodes //{ // public enum EType // { // Int, Bool, Number, Vector3, String // } // public class PE_Start : PGGPlanner_ExecutionNode // { // public override string _E_GetDisplayName(float maxWidth = 120) { return "Procedures Start"; } // //public override Color _E_GetColor() { return new Color(0.2f, 0.72f, 0.9f, 0.9f); } // public override Color _E_GetColor() { return new Color(0.3f, .9f, 0.75f, 1f); } // public override bool DrawInputConnector => false; // } //}