16 lines
269 B
C#
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
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|