Create ECoreType.cs

pull/1195/head 4.0
2dust 2020-12-25 20:43:39 +08:00
parent b390776219
commit c2c9c6a6db
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@

namespace v2rayN.Mode
{
public enum ECoreType
{
v2fly_core = 1,
xray_core = 2
}
}