8 lines
224 B
C#
8 lines
224 B
C#
// <auto-generated>
|
|
using UnityEngine;
|
|
|
|
namespace DDD
|
|
{
|
|
[CreateAssetMenu(fileName = "CustomerPoolDataSo", menuName = "GoogleSheet/CustomerPoolDataSo")]
|
|
public class CustomerPoolDataSo : DataSo<CustomerPoolData> { }
|
|
} |