Files
v2rayN/v2rayN/ServiceLib/Enums/EServerColName.cs
2024-08-19 18:15:54 +08:00

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
}
}