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 04faae2 commit 3049025Copy full SHA for 3049025
Assembly-CSharp/ModHooks.cs
@@ -24,7 +24,7 @@ namespace Modding
24
[PublicAPI]
25
public class ModHooks
26
{
27
- private const int _modVersion = 73;
+ private const int _modVersion = 74;
28
29
private static readonly string SettingsPath = Path.Combine(Application.persistentDataPath, "ModdingApi.GlobalSettings.json");
30
0 commit comments