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