Add new minigame

This commit is contained in:
dvschuyl
2023-05-18 15:07:32 +02:00
parent 1a20212b2a
commit 3f9339c521
28 changed files with 835 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NewMinigameController : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}