13 lines
241 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static class EntryLevel
{
/* Entry Levels:
* 0: Minigame SBB
* 1: Minigame Grotto
*/
public static bool[] entries = new bool[2];
}