using System.Reflection;
using XFEExtension.NetCore.AutoPath;
using XFEExtension.NetCore.WinUIHelper.Utilities.Helper;
namespace SpaceEngineersBlueprintEditor.Utilities;
///
/// 应用程序路径管理
///
public partial class AppPath
{
///
/// 定义集图片路径
///
[AutoPath]
private static readonly string definitionImages = @$"{AppPathHelper.AppCache}\DefinitionImages";
}