Fireworks: More setup

This commit is contained in:
Jenny Crowe
2022-03-13 07:35:22 -07:00
parent ad4a47f45d
commit 95a04168ec
15 changed files with 6166 additions and 19 deletions

View File

@ -0,0 +1,23 @@
using RhythmHeavenMania.Util;
using System;
using System.Collections.Generic;
using UnityEngine;
namespace RhythmHeavenMania.Games
{
using Scripts_Fireworks;
public class Fireworks : Minigame
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
}