mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-09 10:14:26 +02:00
27 lines
511 B
C#
27 lines
511 B
C#
using DG.Tweening;
|
|
using NaughtyBezierCurves;
|
|
using RhythmHeavenMania.Util;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace RhythmHeavenMania.Games
|
|
{
|
|
// using Scripts_BlueBear; -No scripts under this namespace yet.
|
|
|
|
public class BlueBear : Minigame
|
|
{
|
|
// Start is called before the first frame update
|
|
void Start()
|
|
{
|
|
|
|
}
|
|
|
|
// Update is called once per frame
|
|
void Update()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|