﻿namespace GameCreator.Runtime.Common
{
    public static class ToolbarPaths
    {
        public const string ROOT = "Game Creator/";

        public const string TOOLS = ROOT + "Tools/";
        public const string DEVELOPER = ROOT + "Developer/";
        public const string INTERNAL = ROOT + "Internal/";
    }
}