mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-30 23:06:20 +00:00
8 lines
No EOL
165 B
C#
8 lines
No EOL
165 B
C#
namespace ServiceLib.Models
|
|
{
|
|
public class CmdItem
|
|
{
|
|
public string? Cmd { get; set; }
|
|
public List<string>? Arguments { get; set; }
|
|
}
|
|
} |