mirror of
https://github.com/2dust/v2rayN.git
synced 2026-05-18 06:44:36 +03:00
Create ECoreType.cs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace v2rayN.Mode
|
||||
{
|
||||
public enum ECoreType
|
||||
{
|
||||
v2fly_core = 1,
|
||||
xray_core = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user