HeavenStudio/Assets/Scripts/Games/TapTrial/TapTrial.cs
2022-02-19 13:51:46 -05:00

10 lines
175 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace RhythmHeavenMania.Games.TapTrial
{
public class TapTrial : Minigame
{
}
}