com.alicizax.unity.ui.exten.../Runtime/RecyclerView/Scroller/SAOScroller.cs
2025-05-30 19:40:12 +08:00

16 lines
269 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.EventSystems;
using static UnityEngine.Mathf;
namespace AlicizaX.UI.RecyclerView
{
[Serializable]
public class SAOScroller : Scroller
{
}
}