mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-04 10:34:26 +02:00
10 lines
175 B
C#
10 lines
175 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace RhythmHeavenMania.Games.TapTrial
|
|
{
|
|
public class TapTrial : Minigame
|
|
{
|
|
}
|
|
} |