Files
ichni_Creator_Studio/Assets/Scripts/GameElements/Notes/NoteVisual/NoteVisualBaseHold.cs
SoulliesOfficial 7520983b20 fix
2025-01-28 12:05:21 -05:00

19 lines
320 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NoteVisualBaseHold : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}