Fix for MelonLoader 0.7.1

This commit is contained in:
SDraw 2025-08-27 15:14:08 +03:00
parent f8fa7e60f9
commit 92fc568e16
No known key found for this signature in database
GPG key ID: BB95B4DAB2BB8BB5
12 changed files with 54 additions and 20 deletions

View file

@ -15,9 +15,12 @@ namespace ml_pin
public override void OnInitializeMelon()
{
Settings.Init();
ResourcesHandler.ExtractAudioResources();
}
public override void OnLateInitializeMelon()
{
Settings.Init();
MelonLoader.MelonCoroutines.Start(WaitForInstances());
}