mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 11:27:39 +02:00
Fireworks: More setup
This commit is contained in:
23
Assets/Scripts/Games/Fireworks/Fireworks.cs
Normal file
23
Assets/Scripts/Games/Fireworks/Fireworks.cs
Normal 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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user