コード例 #1
0
ファイル: JobSystemCommands.cs プロジェクト: onixion/MAD
 public override string Execute(int consoleWidth)
 {
     _js.StartSchedule();
     return("<color><green>Schedule started.");
 }