Project_WL/Assets/Script/UI/Shop/ShopCommonCard.cs

11 lines
204 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ShopCommonCard : ShopCardBase
{
public override void Set<T>(T _base)
{
base.Set(_base);
}
}