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