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