2024-06-03 18:26:03 +00:00
|
|
|
using UnityEngine;
|
|
|
|
|
|
|
|
namespace BlueWater.Items
|
|
|
|
{
|
|
|
|
[CreateAssetMenu(fileName = "ItemTable", menuName = "ScriptableObjects/ItemTable")]
|
2024-08-27 12:23:41 +00:00
|
|
|
public class ItemDataSo : DataSo<ItemData>
|
2024-06-03 18:26:03 +00:00
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|