mirror of https://github.com/2dust/v2rayN
parent
b390776219
commit
c2c9c6a6db
|
@ -0,0 +1,9 @@
|
|||
|
||||
namespace v2rayN.Mode
|
||||
{
|
||||
public enum ECoreType
|
||||
{
|
||||
v2fly_core = 1,
|
||||
xray_core = 2
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue