Exemplo n.º 1
0
 protected void SetActiveSceneCommandHandler(SetActiveSceneCommand cmd)
 {
     _sceneService.SetActiveScene(cmd.sceneID);
 }