v2rayN/v2rayN/ServiceLib/Enums/ERuleMode.cs

10 lines
119 B
C#
Raw Normal View History

namespace ServiceLib.Enums;
public enum ERuleMode
{
Rule = 0,
Global = 1,
Direct = 2,
Unchanged = 3
}