Files
v2rayN/v2rayN/v2rayN/Mode/EServerColName.cs
2022-01-12 21:04:10 +08:00

22 lines
328 B
C#

namespace v2rayN.Mode
{
public enum EServerColName
{
def = 0,
configType,
remarks,
address,
port,
security,
network,
streamSecurity,
subRemarks,
testResult,
todayDown,
todayUp,
totalDown,
totalUp
}
}