using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TinaX.VFSKit { [Serializable] public enum FolderBuildDevelopType { normal, editor_only, /// /// when enable "develop mode" in "VFS Profile", /// develop_mode_only, } }