10 lines
212 B
C#
10 lines
212 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public static class EntryLevel
|
|
{
|
|
public static bool GoToGrottoKueche = false;
|
|
public static bool GoToGrottoEssen = false;
|
|
}
|