mirror of
https://github.com/netchx/netch.git
synced 2026-03-26 18:49:46 +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";
|
|
} |