Skip to content

Commit

Permalink
Added call to harmony patcher
Browse files Browse the repository at this point in the history
  • Loading branch information
REHERC committed Aug 11, 2021
1 parent 4ff6eec commit c901e4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mod.Template/Mod.vb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Imports Reactor.API.Attributes
Imports Reactor.API.Interfaces.Systems
Imports Reactor.API.Logging
Imports Reactor.API.Runtime.Patching
Imports UnityEngine

Namespace Distance.ModTemplate
Expand Down Expand Up @@ -36,6 +37,8 @@ Namespace Distance.ModTemplate
Logger = LogManager.GetForCurrentAssembly()

Logger.Info("Hello World!")

RuntimePatcher.AutoPatch()
End Sub

''' <summary>
Expand Down

0 comments on commit c901e4f

Please sign in to comment.