11 lines
214 B
C#
11 lines
214 B
C#
using BlueWater.Items;
|
|
using UnityEngine;
|
|
|
|
namespace BlueWater
|
|
{
|
|
[CreateAssetMenu(fileName = "CardTable", menuName = "ScriptableObjects/CardTable")]
|
|
public class CardDataSo : DataSo<CardData>
|
|
{
|
|
|
|
}
|
|
} |