Skip to content

Commit

Permalink
Register custom types
Browse files Browse the repository at this point in the history
  • Loading branch information
kodenamekrak authored Apr 11, 2024
1 parent 87314b8 commit 2055f7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ extern "C" void late_load() {
il2cpp_functions::Init();

getModConfig().Init(modInfo);

custom_types::Register::AutoRegister();

BSML::Init();
BSML::Register::RegisterMainMenu<ParticleTuner::SettingsViewController*>("ParticleTuner", "ParticleTuner", "ParticleTuner mod settings");

Expand All @@ -158,4 +161,4 @@ extern "C" void late_load() {
INSTALL_HOOK(Logger, SaberBurnMarkSparkles_Start);
INSTALL_HOOK(Logger, ObstacleSaberSparkleEffect_Awake);
INFO("Installed all hooks!");
}
}

0 comments on commit 2055f7c

Please sign in to comment.