Files
MuHua-Core/Packages/UITool/Runtime/UIScroller/UIScrollerVertical.cs
T
MuHua-123 fb849c9c25 1
2025-02-28 18:28:03 +08:00

14 lines
208 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace MuHua
{
/// <summary>
/// 滑块(垂直)
/// </summary>
public class UIScrollerVertical
{
}
}