コード例 #1
0
ファイル: CommandConsole.cs プロジェクト: kow/Aurora-Sim
 public string[] Resolve(string[] cmd)
 {
     return(tree.ExecuteCommand(cmd));
 }