Example #1
0
 protected void GetActiveSceneIDCommandHandler(GetActiveSceneIDCommand cmd)
 {
     cmd.result = _sceneService.GetActiveSceneID();
 }