diff --git a/Runtime/RecyclerView/Scroller/SAOScroller.cs b/Runtime/RecyclerView/Scroller/SAOScroller.cs deleted file mode 100644 index 9ef05fd..0000000 --- a/Runtime/RecyclerView/Scroller/SAOScroller.cs +++ /dev/null @@ -1,15 +0,0 @@ -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 - { - - } -} diff --git a/Runtime/RecyclerView/Scroller/SAOScroller.cs.meta b/Runtime/RecyclerView/Scroller/SAOScroller.cs.meta deleted file mode 100644 index 19edfe7..0000000 --- a/Runtime/RecyclerView/Scroller/SAOScroller.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 96b927c6a47e4c088e2fe9bdadd0fab9 -timeCreated: 1748589040 \ No newline at end of file diff --git a/Runtime/_InternalVisibleTo.cs b/Runtime/_InternalVisibleTo.cs deleted file mode 100644 index 746f299..0000000 --- a/Runtime/_InternalVisibleTo.cs +++ /dev/null @@ -1,4 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("AlicizaX.Framework.Runtime")] - diff --git a/Runtime/_InternalVisibleTo.cs.meta b/Runtime/_InternalVisibleTo.cs.meta deleted file mode 100644 index 304a55b..0000000 --- a/Runtime/_InternalVisibleTo.cs.meta +++ /dev/null @@ -1,2 +0,0 @@ -fileFormatVersion: 2 -guid: 4f5e16ee20d9f1d4ea280466d26651fe \ No newline at end of file