mirror of
https://github.com/2dust/v2rayN.git
synced 2026-07-31 04:12:04 +03:00
21 lines
330 B
C#
21 lines
330 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum EServerColName
|
|
{
|
|
def = 0,
|
|
configType,
|
|
remarks,
|
|
address,
|
|
port,
|
|
network,
|
|
streamSecurity,
|
|
subRemarks,
|
|
delayVal,
|
|
speedVal,
|
|
|
|
todayDown,
|
|
todayUp,
|
|
totalDown,
|
|
totalUp
|
|
}
|
|
} |