mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-15 12:48:07 +00:00
21 lines
No EOL
330 B
C#
21 lines
No EOL
330 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum EServerColName
|
|
{
|
|
Def = 0,
|
|
ConfigType,
|
|
Remarks,
|
|
Address,
|
|
Port,
|
|
Network,
|
|
StreamSecurity,
|
|
SubRemarks,
|
|
DelayVal,
|
|
SpeedVal,
|
|
|
|
TodayDown,
|
|
TodayUp,
|
|
TotalDown,
|
|
TotalUp
|
|
}
|
|
} |