mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 11:37:01 +00:00
贪吃蛇+修改命令提示符
This commit is contained in:
@@ -100,6 +100,12 @@ namespace CMLeonOS.Commands
|
||||
Description = "Play maze escape game"
|
||||
},
|
||||
new CommandInfo
|
||||
{
|
||||
Command = "snake",
|
||||
Parameters = "",
|
||||
Description = "Play snake game"
|
||||
},
|
||||
new CommandInfo
|
||||
{
|
||||
Command = "edit",
|
||||
Parameters = "<file>",
|
||||
|
||||
Reference in New Issue
Block a user