コード例 #1
0
 private void HandlePlay(GenericToolbarEntry toolbarEntry)
 {
     _loadedGame.SetPlaybackMode(true);
     _windowManagement.ActivateWhere(x => x is GameEditorWindow);
 }
コード例 #2
0
 private void LaunchDebug(GenericToolbarEntry toolbarEntry)
 {
     _loadedGame.RunInDebug();
     _windowManagement.ActivateWhere(x => x is GameEditorWindow);
 }