mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-23 15:50:12 +08:00
10 lines
121 B
C#
10 lines
121 B
C#
namespace DownKyi.Core.Settings
|
|
{
|
|
public enum AllowStatus
|
|
{
|
|
NONE = 0,
|
|
NO,
|
|
YES
|
|
}
|
|
}
|