mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-04-17 18:56:18 +02:00
10 lines
125 B
C#
10 lines
125 B
C#
using UnityEngine;
|
|
|
|
public class LevelNextButton : MonoBehaviour
|
|
{
|
|
public void NextLevel()
|
|
{
|
|
// TODO
|
|
}
|
|
}
|