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

namespace HutongGames.PlayMaker.Actions.uPano
{
    public static class uPanoCategories
    {
        public const string GENERAL = "uPano";
        public const string CREATE = GENERAL + ". Create";
        public const string PANORAMA = GENERAL + ". Panorama";
        public const string HOTSPOTS = GENERAL + ". HotSpots";
        public const string DIRECTIONS = GENERAL + ". Directions";
    }
}