using UnityEngine; public class LevelNextButton : MonoBehaviour { public void NextLevel() { // TODO } }