We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff6eec commit c901e4fCopy full SHA for c901e4f
1 file changed
Mod.Template/Mod.vb
@@ -1,6 +1,7 @@
1
Imports Reactor.API.Attributes
2
Imports Reactor.API.Interfaces.Systems
3
Imports Reactor.API.Logging
4
+Imports Reactor.API.Runtime.Patching
5
Imports UnityEngine
6
7
Namespace Distance.ModTemplate
@@ -36,6 +37,8 @@ Namespace Distance.ModTemplate
36
37
Logger = LogManager.GetForCurrentAssembly()
38
39
Logger.Info("Hello World!")
40
+
41
+ RuntimePatcher.AutoPatch()
42
End Sub
43
44
''' <summary>
0 commit comments