using XFEExtension.NetCore.WinUIHelper.Interface;
namespace SpaceEngineersBlueprintEditor.Model;
///
/// TextBlock配置文件条目
///
/// 配置文件访问路径
/// 配置文件加载方法
public record class TextBlockProfileInfoEntry(string ProfilePath, Action ProfileLoadFunc) : IProfileInfoEntry { }