We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604b698 commit 405c85cCopy full SHA for 405c85c
Utility/GameManagerExtension.cs
@@ -61,6 +61,7 @@ public class RunGameFromGameManagerContext
61
/// <summary>
62
/// Indicates whether the game is currently running.
63
/// </summary>
64
+ // ReSharper disable once MemberHidesStaticFromOuterClass
65
public bool IsGameRunning => CanUseGameLaunchApi && this.IsGameRunning(out bool running, out _) && running;
66
}
67
0 commit comments