From e500ac2d0bb4366388c81b00591f457b1c1ce7f3 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Fri, 14 Oct 2022 02:00:34 -0500 Subject: [PATCH] clean ran clean on it --- Blackout/BlackoutController.cs | 4 ++-- Blackout/HarmonyPatches.cs | 4 ++-- Blackout/Main.cs | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) 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;