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