Files
MuHua-Core/Packages/UITool/Runtime/Component/UISlider.cs
T
MuHua-123 190b048e71 1
2025-03-03 18:04:35 +08:00

19 lines
292 B
C#

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()
{
}
}