Skip to content

Commit c901e4f

Browse files
committed
Added call to harmony patcher
1 parent 4ff6eec commit c901e4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Mod.Template/Mod.vb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Imports Reactor.API.Attributes
22
Imports Reactor.API.Interfaces.Systems
33
Imports Reactor.API.Logging
4+
Imports Reactor.API.Runtime.Patching
45
Imports UnityEngine
56

67
Namespace Distance.ModTemplate
@@ -36,6 +37,8 @@ Namespace Distance.ModTemplate
3637
Logger = LogManager.GetForCurrentAssembly()
3738

3839
Logger.Info("Hello World!")
40+
41+
RuntimePatcher.AutoPatch()
3942
End Sub
4043

4144
''' <summary>

0 commit comments

Comments
 (0)