コード例 #1
0
 /// <inheritdoc/>
 public IReaction[] ReceiveAndExecuteCommand(CommandBase command)
 {
     return(TurnManager.AcceptCommand(command));
 }