ProjectDDD/Assets/_Datas/02.Scripts/GenerateGoogleSheet/AutoCreated/Classes/MonsterSo.cs
2025-06-25 16:16:48 +09:00

13 lines
294 B (Stored with Git LFS)
C#

// <auto-generated> File: MonsterSo.cs
using System.Collections.Generic;
using UnityEngine;
namespace DDD
{
[CreateAssetMenu(fileName = "MonsterSo", menuName = "GoogleSheet/MonsterSo")]
public class MonsterSo : ScriptableObject
{
public List<Monster> MonsterList;
}
}