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