Skip to content

Commit

Permalink
small clean
Browse files Browse the repository at this point in the history
  • Loading branch information
berichan committed Apr 14, 2021
1 parent 8c56547 commit cfbf863
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions ACNHMS_Source/Assets/Scripts/ACNHMS/UI_BatteryCheck.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine;
using NHSE.Injection;
using System;
using UnityEngine.UI;
Expand All @@ -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');
Expand Down

0 comments on commit cfbf863

Please sign in to comment.