Exemple #1
0
 protected void ActivateSceneCommandHandler(ActivateSceneCommand cmd)
 {
     _sceneService.ActivateScene(cmd.sceneID);
 }