AlicizaX/Client/Packages/com.alicizax.unity.ui.extension/Runtime/RecyclerView/Scroller/SAOScroller.cs

16 lines
269 B
C#
Raw Normal View History

2025-07-11 21:00:00 +08:00
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
{
}
}