From cfbf863204d4cedb9761116f3bf408c400230ecb Mon Sep 17 00:00:00 2001 From: berichan <66521620+berichan@users.noreply.github.com> Date: Wed, 14 Apr 2021 16:26:51 +0100 Subject: [PATCH] small clean --- .../Assets/Scripts/ACNHMS/UI_BatteryCheck.cs | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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');