mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-15 12:48:07 +00:00
10 lines
No EOL
151 B
C#
10 lines
No EOL
151 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum ERuleMode
|
|
{
|
|
Rule = 0,
|
|
Global = 1,
|
|
Direct = 2,
|
|
Unchanged = 3
|
|
}
|
|
} |