com.alicizax.unity.ui.exten.../Runtime/RecyclerView/Scroller/SAOScroller.cs

16 lines
269 B
C#
Raw Permalink Normal View History

2025-05-30 19:40:12 +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
{
}
}