HeavenStudioPlus/Assets/Scripts/Games/TapTrial/TapTrial.cs

10 lines
175 B
C#
Raw Normal View History

2022-02-19 18:51:46 +00:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace RhythmHeavenMania.Games.TapTrial
{
public class TapTrial : Minigame
{
}
}