Files
downkyicore/DownKyi.Core/Settings/AllowStatus.cs
2023-11-25 21:59:48 +08:00

8 lines
94 B
C#

namespace DownKyi.Core.Settings;
public enum AllowStatus
{
NONE = 0,
NO,
YES
}