mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 18:47: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
|
||||
{
|
||||
}
|
||||
}
|
11
Assets/Scripts/Games/TapTrial/TapTrial.cs.meta
Normal file
11
Assets/Scripts/Games/TapTrial/TapTrial.cs.meta
Normal file
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4f71e53c93d1d6b4f93796e1f52550a2
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user