Browse Source

Create ECoreType.cs

pull/1195/head 4.0
2dust 4 years ago
parent
commit
c2c9c6a6db
  1. 9
      v2rayN/v2rayN/Mode/ECoreType.cs

9
v2rayN/v2rayN/Mode/ECoreType.cs

@ -0,0 +1,9 @@

namespace v2rayN.Mode
{
public enum ECoreType
{
v2fly_core = 1,
xray_core = 2
}
}
Loading…
Cancel
Save