Some tap trial setup

This commit is contained in:
Braedon
2022-02-19 13:51:46 -05:00
parent fc31354e14
commit 00ba7dd3b7
147 changed files with 2439 additions and 2 deletions

View File

@ -0,0 +1,10 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace RhythmHeavenMania.Games.TapTrial
{
public class TapTrial : Minigame
{
}
}