AlicizaX/Client/Assets/Scripts/Hotfix/GameLogic/UI/TestScrollViewHolder.cs

13 lines
212 B
C#
Raw Normal View History

2025-12-01 16:46:28 +08:00
using System.Collections;
using System.Collections.Generic;
using AlicizaX.UI;
using UnityEngine;
public class TestScrollViewHolder : ViewHolder
{
public override void BindViewData<T>(T data)
{
}
}