mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
9 lines
179 B
C#
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; }
|
|
} |