Files
back_cantanBuilding/Assets/Scripts/UI/Potion/PotionWallItem.cs
2026-05-26 16:15:54 +08:00

16 lines
275 B
C#

using EnhancedUI.EnhancedScroller;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace game
{
public class PotionWallItem : EnhancedScrollerCellView
{
public void SetData(PotionItemData data)
{
}
}
}