mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 08:04:01 +00:00
Merge pull request #2 from ahasasjeb/main
This commit is contained in:
@@ -83,6 +83,7 @@ public class CommandTextEN
|
||||
public HelpTextEN Help { get; } = new();
|
||||
public GirlTextEN Girl { get; } = new();
|
||||
public GiveAllTextEN GiveAll { get; } = new();
|
||||
public DebugTextEN Debug { get; } = new();
|
||||
}
|
||||
|
||||
#endregion
|
||||
@@ -210,6 +211,21 @@ public class GiveAllTextEN
|
||||
public string GiveAllItems => "Added {0} {1} to player!";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// path: Game.Command.Debug
|
||||
/// </summary>
|
||||
public class DebugTextEN
|
||||
{
|
||||
public string Desc => "Toggle debug packet output";
|
||||
public string Usage => "Usage: /debug [on|off|simple|detail|file]";
|
||||
public string Enabled => "Debug packet output enabled.";
|
||||
public string Disabled => "Debug packet output disabled.";
|
||||
public string SimpleEnabled => "Simple debug packet output enabled.";
|
||||
public string DetailEnabled => "Detailed debug packet output enabled.";
|
||||
public string FileEnabled => "Personal debug file output enabled.";
|
||||
public string FileDisabled => "Personal debug file output disabled.";
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
Reference in New Issue
Block a user