16 lines
220 B
C#
16 lines
220 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace MuHua
|
|
{
|
|
/// <summary>
|
|
/// 滚动视图(水平)
|
|
/// </summary>
|
|
public class UIScrollViewHorizontal
|
|
{
|
|
|
|
|
|
}
|
|
}
|