Skip to content

Commit

Permalink
Update CooldownButton.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VACEfron committed Mar 28, 2021
1 parent 54b2ee2 commit ca0d72d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MinatoMod/src/CooldownButton.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using HarmonyLib;
using Reactor.Extensions;
using UnityEngine;

namespace MinatoMod
Expand All @@ -20,8 +19,7 @@ public class CooldownButton

private bool _needsTarget = true;
private readonly bool _enabled = true;
private Func<bool> _useTester;
private readonly Dictionary<string, Texture2D> _cache = new Dictionary<string, Texture2D>();
private Func<bool> _useTester;
private Vector2 _positionOffset = Vector2.zero;

private bool _canUse;
Expand Down

0 comments on commit ca0d72d

Please sign in to comment.