This commit is contained in:
SoulliesOfficial
2025-01-28 12:05:21 -05:00
parent 552651efbc
commit 7520983b20
11 changed files with 69 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NoteVisualBase : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}