mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 10:07:38 +02:00
Some tap trial setup
This commit is contained in:
10
Assets/Scripts/Games/TapTrial/TapTrial.cs
Normal file
10
Assets/Scripts/Games/TapTrial/TapTrial.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RhythmHeavenMania.Games.TapTrial
|
||||
{
|
||||
public class TapTrial : Minigame
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user