/*           INFINITY CODE          */
/*     https://infinity-code.com    */

namespace InfinityCode.TreeTools.Editors
{
    public static class MenuOrder
    {
        public const int CLEAR_TREES = 1000;
        public const int EXTRACT_TREES = 1001;
        public const int INJECT_TREES = 1002;
        public const int SETTINGS = 1001;
        
        public const int DOCUMENTATION = 1100;
        public const int HOMEPAGE = 1101;
        public const int RATE_AND_REVIEW = 1102;
        public const int CHECK_UPDATES = 1103;
        public const int ABOUT = 1104;
    }
}