备份CatanBuilding瘦身独立工程
This commit is contained in:
15
Assets/Scripts/UI/Potion/PotionWallItem.cs
Normal file
15
Assets/Scripts/UI/Potion/PotionWallItem.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using EnhancedUI.EnhancedScroller;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace game
|
||||
{
|
||||
public class PotionWallItem : EnhancedScrollerCellView
|
||||
{
|
||||
public void SetData(PotionItemData data)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user