Files
downkyicore/DownKyi/Models/ParseScopeDisplay.cs
2024-11-25 15:25:22 +08:00

9 lines
179 B
C#

using DownKyi.Core.Settings;
namespace DownKyi.Models;
public class ParseScopeDisplay
{
public string? Name { get; set; }
public ParseScope ParseScope { get; set; }
}