mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 18:53:58 +00:00
Merge pull request #2 from ahasasjeb/main
This commit is contained in:
@@ -124,6 +124,7 @@ public class CommandTextCHS
|
||||
public HelpTextCHS Help { get; } = new();
|
||||
public GirlTextCHS Girl { get; } = new();
|
||||
public GiveAllTextCHS GiveAll { get; } = new();
|
||||
public DebugTextCHS Debug { get; } = new();
|
||||
}
|
||||
|
||||
#endregion
|
||||
@@ -244,6 +245,21 @@ public class GiveAllTextCHS
|
||||
public string GiveAllItems => "已向玩家添加 {0} 个 {1}!";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// path: Game.Command.Debug
|
||||
/// </summary>
|
||||
public class DebugTextCHS
|
||||
{
|
||||
public string Desc => "调试包输出开关";
|
||||
public string Usage => "用法: /debug [on|off|simple|detail|file]";
|
||||
public string Enabled => "已启用调试包输出。";
|
||||
public string Disabled => "已禁用调试包输出。";
|
||||
public string SimpleEnabled => "已启用简单调试包输出。";
|
||||
public string DetailEnabled => "已启用详细调试包输出。";
|
||||
public string FileEnabled => "个人调试文件输出已启用。";
|
||||
public string FileDisabled => "个人调试文件输出已禁用。";
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
Reference in New Issue
Block a user