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