Create ECoreType.cs
This commit is contained in:
9
v2rayN/v2rayN/Mode/ECoreType.cs
Normal file
9
v2rayN/v2rayN/Mode/ECoreType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace v2rayN.Mode
|
||||
{
|
||||
public enum ECoreType
|
||||
{
|
||||
v2fly_core = 1,
|
||||
xray_core = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user