This commit is contained in:
MuHua-123
2025-03-03 18:04:35 +08:00
parent 850ba360bb
commit 190b048e71
7 changed files with 68 additions and 0 deletions
@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UISlider : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}