mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
Create ECoreType.cs
This commit is contained in:
parent
b390776219
commit
c2c9c6a6db
1 changed files with 9 additions and 0 deletions
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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue