diff --git a/Blackout/BlackoutController.cs b/Blackout/BlackoutController.cs index 6906192..e5f245c 100644 --- a/Blackout/BlackoutController.cs +++ b/Blackout/BlackoutController.cs @@ -1,6 +1,6 @@ using ABI_RC.Core.Player; -using ABI_RC.Core.UI; using ABI_RC.Core.Savior; +using ABI_RC.Core.UI; using MelonLoader; using UnityEngine; @@ -150,7 +150,7 @@ public class BlackoutController : MonoBehaviour SetupBlackoutInstance(); } } - + void OnDisable() { ChangeBlackoutState(BlackoutState.Awake); diff --git a/Blackout/HarmonyPatches.cs b/Blackout/HarmonyPatches.cs index 00dd3e8..4b35fb6 100644 --- a/Blackout/HarmonyPatches.cs +++ b/Blackout/HarmonyPatches.cs @@ -1,5 +1,5 @@ -using HarmonyLib; -using ABI_RC.Core.Player; +using ABI_RC.Core.Player; +using HarmonyLib; namespace Blackout; diff --git a/Blackout/Main.cs b/Blackout/Main.cs index 2f8f7f0..065f1ae 100644 --- a/Blackout/Main.cs +++ b/Blackout/Main.cs @@ -1,5 +1,4 @@ using ABI_RC.Core.Player; -using HarmonyLib; using MelonLoader; using UnityEngine;