Skip to content

Commit 7cc4dde

Browse files
committed
Bump version
- Fixes builds for Mac - Allows clicking behind the console - AfterTakeDamage is more consistent - Public methods for IMenuMod - Fixes issue with global settings being saved even if mods haven't loaded.
1 parent ab72301 commit 7cc4dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assembly-CSharp/ModHooks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Modding
2424
[PublicAPI]
2525
public class ModHooks
2626
{
27-
private const int _modVersion = 67;
27+
private const int _modVersion = 68;
2828

2929
internal static bool IsInitialized;
3030

0 commit comments

Comments
 (0)