mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
uhhhhhhhh...
This commit is contained in:
parent
1bf3c1f577
commit
d5a47f546f
1 changed files with 7 additions and 0 deletions
|
@ -114,6 +114,13 @@ There are no missions available for you to complete. Please check back later for
|
|||
[TutorialLock]
|
||||
public static class TerminalCommands
|
||||
{
|
||||
[Command("echo")]
|
||||
[RequiresArgument("id")]
|
||||
public static void Echo(Dictionary<string, object> args)
|
||||
{
|
||||
Console.WriteLine(args["id"].ToString());
|
||||
}
|
||||
|
||||
[MetaCommand]
|
||||
[Command("clear", description = "{DESC_CLEAR}")]
|
||||
public static bool Clear()
|
||||
|
|
Loading…
Reference in a new issue