From c64ffdf2f622d2455958882373aaee523c9f1ddb Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Mon, 23 Mar 2020 21:38:19 -0500 Subject: [PATCH] Fixed documentation in UnityGame --- IPA.Loader/Utilities/UnityGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPA.Loader/Utilities/UnityGame.cs b/IPA.Loader/Utilities/UnityGame.cs index 4b1409d3..6b58d860 100644 --- a/IPA.Loader/Utilities/UnityGame.cs +++ b/IPA.Loader/Utilities/UnityGame.cs @@ -96,7 +96,7 @@ namespace IPA.Utilities private static string _installRoot; /// - /// Gets the path to the Beat Saber install directory. + /// Gets the path to the game's install directory. /// /// the path of the game install directory public static string InstallPath