mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 03:35:10 +00:00
remove even more leftovers
This commit is contained in:
parent
394667852c
commit
18ac271b3b
1 changed files with 1 additions and 7 deletions
|
@ -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; }
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue