boom命令

This commit is contained in:
2026-03-21 23:21:02 +08:00
parent ca30113efb
commit 126017b26c
8 changed files with 64 additions and 2 deletions

View File

@@ -632,6 +632,11 @@ namespace CMLeonOS
Commands.Utility.FemboyCommand.ProcessFemboy();
}
public void ProcessBoom()
{
Commands.Utility.BoomCommand.ProcessBoom();
}
public void ChangePrompt(string args)
{
Commands.Utility.PromptCommand.ChangePrompt(args, ref prompt);