mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
10 lines
139 B
C#
10 lines
139 B
C#
namespace DownKyi.Core.Settings;
|
|
|
|
public enum ParseScope
|
|
{
|
|
NotSet = 0,
|
|
None = 1,
|
|
SelectedItem,
|
|
CurrentSection,
|
|
All
|
|
} |