From 18ac271b3b5b629e614a5ddc580d5184689c0425 Mon Sep 17 00:00:00 2001 From: DPS2004 <10176105+DPS2004@users.noreply.github.com> Date: Sat, 20 Aug 2022 16:27:20 -0400 Subject: [PATCH] remove even more leftovers --- Assets/Scripts/Games/Tunnel/Tunnel.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Assets/Scripts/Games/Tunnel/Tunnel.cs b/Assets/Scripts/Games/Tunnel/Tunnel.cs index 649cebc3..931f0121 100644 --- a/Assets/Scripts/Games/Tunnel/Tunnel.cs +++ b/Assets/Scripts/Games/Tunnel/Tunnel.cs @@ -1,6 +1,6 @@ using DG.Tweening; using NaughtyBezierCurves; -using HeavenStudio.Util; +using HeavenStudio.Util; using System; using System.Collections.Generic; using UnityEngine; @@ -35,15 +35,9 @@ namespace HeavenStudio.Games.Loaders namespace HeavenStudio.Games { - //using Scripts_CoinToss; public class Tunnel : Minigame { - //Right now, you can only throw one coin at a time. - //..Which makes sense, you only have one coin in the original game - - //Though it would need a bit of code rewrite to make it work with multiple coins - public static Tunnel instance { get; set; }