mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
OriginShift: cleanup
This commit is contained in:
parent
475593bc1d
commit
de414d3077
2 changed files with 0 additions and 5 deletions
|
@ -20,14 +20,12 @@ namespace NAK.OriginShift;
|
|||
public class OriginShiftMod : MelonMod
|
||||
{
|
||||
internal static MelonLogger.Instance Logger;
|
||||
internal static HarmonyLib.Harmony HarmonyInst;
|
||||
|
||||
#region Melon Mod Overrides
|
||||
|
||||
public override void OnInitializeMelon()
|
||||
{
|
||||
Logger = LoggerInstance;
|
||||
HarmonyInst = HarmonyInstance;
|
||||
|
||||
ModSettings.Initialize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue