mirror of
https://github.com/2dust/v2rayN.git
synced 2026-05-19 08:04:40 +03:00
8 lines
165 B
C#
8 lines
165 B
C#
namespace ServiceLib.Models
|
|
{
|
|
public class CmdItem
|
|
{
|
|
public string? Cmd { get; set; }
|
|
public List<string>? Arguments { get; set; }
|
|
}
|
|
} |