14 lines
208 B
C#
14 lines
208 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace MuHua
|
|
{
|
|
/// <summary>
|
|
/// 滑块(垂直)
|
|
/// </summary>
|
|
public class UIScrollerVertical
|
|
{
|
|
|
|
}
|
|
} |