示例#1
0
 public void ExecuteCommandString(string cmd, TTY io, UUID limitedToScene) => ExecuteCommand(TTY.GetCmdLine(cmd), io, limitedToScene);
示例#2
0
 public void ExecuteCommandString(string cmd, TTY io) => ExecuteCommand(TTY.GetCmdLine(cmd), io);