10 lines
125 B
C#

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