diff --git a/ACNHMS_Source/Assets/Scripts/ACNHMS/UI_BatteryCheck.cs b/ACNHMS_Source/Assets/Scripts/ACNHMS/UI_BatteryCheck.cs index 79e2078e..50eb654f 100644 --- a/ACNHMS_Source/Assets/Scripts/ACNHMS/UI_BatteryCheck.cs +++ b/ACNHMS_Source/Assets/Scripts/ACNHMS/UI_BatteryCheck.cs @@ -1,6 +1,4 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; +using UnityEngine; using NHSE.Injection; using System; using UnityEngine.UI; @@ -14,18 +12,6 @@ public class UI_BatteryCheck : MonoBehaviour private IRAMReadWriter Connection => UI_ACItemGrid.LastInstanceOfItemGrid.GetCurrentlyActiveReadWriter(); private bool? CanCheckBattery = null; - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - - } - public void CheckVersion() { var ver = System.Text.Encoding.UTF8.GetString(Connection.GetVersion()).TrimEnd('\0').TrimEnd('\n');