Skip to content

Commit 405c85c

Browse files
committed
Update GameManagerExtension.cs
1 parent 604b698 commit 405c85c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utility/GameManagerExtension.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public class RunGameFromGameManagerContext
6161
/// <summary>
6262
/// Indicates whether the game is currently running.
6363
/// </summary>
64+
// ReSharper disable once MemberHidesStaticFromOuterClass
6465
public bool IsGameRunning => CanUseGameLaunchApi && this.IsGameRunning(out bool running, out _) && running;
6566
}
6667

0 commit comments

Comments
 (0)