Exemple #1
0
 public Scene ApplyCommand(BotCommand command)
 {
     SceneState = command.Apply(SceneState);
     return(this);
 }