ran clean on it
This commit is contained in:
NotAKidoS 2022-10-14 02:00:34 -05:00
parent e6784b967e
commit e500ac2d0b
3 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,6 @@
using ABI_RC.Core.Player; using ABI_RC.Core.Player;
using ABI_RC.Core.UI;
using ABI_RC.Core.Savior; using ABI_RC.Core.Savior;
using ABI_RC.Core.UI;
using MelonLoader; using MelonLoader;
using UnityEngine; using UnityEngine;
@ -150,7 +150,7 @@ public class BlackoutController : MonoBehaviour
SetupBlackoutInstance(); SetupBlackoutInstance();
} }
} }
void OnDisable() void OnDisable()
{ {
ChangeBlackoutState(BlackoutState.Awake); ChangeBlackoutState(BlackoutState.Awake);

View file

@ -1,5 +1,5 @@
using HarmonyLib; using ABI_RC.Core.Player;
using ABI_RC.Core.Player; using HarmonyLib;
namespace Blackout; namespace Blackout;

View file

@ -1,5 +1,4 @@
using ABI_RC.Core.Player; using ABI_RC.Core.Player;
using HarmonyLib;
using MelonLoader; using MelonLoader;
using UnityEngine; using UnityEngine;