Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Khysnik authored Apr 10, 2024
1 parent e007c4e commit d6bf6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Plugin : BaseUnityPlugin
{
public const string PLUGIN_GUID = "com.Khysnik.CWVR";
public const string PLUGIN_NAME = "ContentVR";
public const string PLUGIN_VERSION = "1.0.1";
public const string PLUGIN_VERSION = "1.0.3";

public static string gameExePath = Process.GetCurrentProcess().MainModule.FileName;
public static string gamePath = Path.GetDirectoryName(gameExePath);
Expand Down

0 comments on commit d6bf6f0

Please sign in to comment.