예제 #1
0
 /// <inheritdoc />
 public void WriteError(string text)
 {
     ConsoleHost.WriteError(Player, text);
 }
예제 #2
0
 /// <inheritdoc />
 public void RemoteExecuteCommand(string command)
 {
     ConsoleHost.RemoteExecuteCommand(Player, command);
 }
예제 #3
0
 /// <inheritdoc />
 public void WriteLine(string text)
 {
     ConsoleHost.WriteLine(Player, text);
 }
예제 #4
0
 /// <inheritdoc />
 public void ExecuteCommand(string command)
 {
     ConsoleHost.ExecuteCommand(Player, command);
 }