using UnityEngine; public class LevelSwitcher : MonoBehaviour { public void ChangeLevel() { } }