Ejemplo n.º 1
0
 private void ApplyCommand(BotCommand command)
 {
     _scene.ApplyCommand(command);
     _program.AddCommand(command);
 }