Files
ichni_Creator_Studio/Assets/Scripts/GameElements/Notes/Tap.cs
SoulliesOfficial 70d06c6334 基础内容-3
Swirl Scale动画
四种Note代码建立
Note Judge Submodule构思中
2025-01-27 22:11:24 -05:00

19 lines
305 B
C#

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