14 lines
216 B
C#
14 lines
216 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace MuHua
|
|
{
|
|
/// <summary>
|
|
/// 滚动视图(垂直)
|
|
/// </summary>
|
|
public class UIScrollViewVertical
|
|
{
|
|
|
|
}
|
|
} |