mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-23 15:50:12 +08:00
11 lines
201 B
C#
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; }
|
|
}
|
|
}
|