using Godot; using Rokojori; namespace Rokojori { public enum UIPosition { From_Layout, Parent_Anchor } }