Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
add modlist integration
Browse files Browse the repository at this point in the history
  • Loading branch information
xKiraiChan committed Jul 25, 2022
1 parent ac52cd8 commit af083e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KiraiMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public override void Load()

typeof(ModuleManager).Initialize();
typeof(GUIManager).Initialize();

Core.MessageAPI.Components.ModList.Mods.Add("KiraiMod Redux");
}
}
}

0 comments on commit af083e6

Please sign in to comment.