using UnityEngine; public class LevelPreviousButton : MonoBehaviour { public void PreviousLevel() { // TODO } }