using System; using System.Collections.Generic; using System.Text; namespace AetherBags.Nodes; public enum FlexGrowDirection { DownRight, DownLeft, UpRight, UpLeft }