downkyi/DownKyi/Models/ParseScopeDisplay.cs
2021-10-20 15:26:20 +08:00

11 lines
201 B
C#

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