remove even more leftovers

This commit is contained in:
DPS2004 2022-08-20 16:27:20 -04:00
parent f4c313fd59
commit ea770e4bee
1 changed files with 1 additions and 7 deletions

View File

@ -35,15 +35,9 @@ namespace HeavenStudio.Games.Loaders
namespace HeavenStudio.Games namespace HeavenStudio.Games
{ {
//using Scripts_CoinToss;
public class Tunnel : Minigame 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; } public static Tunnel instance { get; set; }