mirror of
https://github.com/netchx/netch.git
synced 2026-03-24 18:39:47 +08:00
8 lines
179 B
C#
8 lines
179 B
C#
namespace Netch.Models.Modes.ShareMode;
|
|
|
|
public class ShareMode : Mode
|
|
{
|
|
public override ModeType Type => ModeType.ShareMode;
|
|
|
|
public string Argument = "--preset uu";
|
|
} |