mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
迷宫
This commit is contained in:
@@ -18,6 +18,7 @@ using Cosmos.Core;
|
||||
using Cosmos.Core.Memory;
|
||||
using UniLua;
|
||||
using Cosmos.HAL;
|
||||
using CMLeonOS.Commands;
|
||||
|
||||
namespace CMLeonOS
|
||||
{
|
||||
@@ -1539,6 +1540,11 @@ namespace CMLeonOS
|
||||
Commands.TestGuiCommand.RunTestGui();
|
||||
}
|
||||
|
||||
public void ProcessLabyrinth()
|
||||
{
|
||||
Commands.LabyrinthCommand.ProcessLabyrinth();
|
||||
}
|
||||
|
||||
public void ProcessAlias(string args)
|
||||
{
|
||||
if (string.IsNullOrWhiteSpace(args))
|
||||
|
||||
Reference in New Issue
Block a user