﻿namespace GameCreator.Runtime.Common
{
    public static class StyleSheetPaths
    {
        public const string STYLESHEETS = EditorPaths.COMMON + "UI/StyleSheets/";
    }
}