using System.Collections; using System.Collections.Generic; using UnityEngine; namespace BF { public enum BFUIDirection { Vertical, Horizontal, } }