- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- [CreateAssetMenu(fileName = "CardEntity_CSVLoader", menuName = "Create CSVLoader/Create CSVLoader_CardEntity")]
- public class LoadCSV_CardEntity : ScriptableObject
- {
- public TextAsset csvFile;
- }
|