Add BepInEx installation

This commit is contained in:
2026-01-21 22:12:50 +01:00
parent ad48b2c91f
commit da22a80c4a
7 changed files with 71 additions and 20 deletions

View File

@@ -115,4 +115,12 @@ async function importData() {
async function downloadMod() {
console.log("WIP")
}
async function installBepinex() {
bepinex.install()
}
async function uninstallBepinex() {
console.log("WIP")
}