Files
downkyicore/DownKyi/Models/ParseScopeDisplay.cs
2023-11-25 21:59:48 +08:00

9 lines
178 B
C#

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