Notion에서 GameData 불러와 추가 2 (Unity에서 Data Import함)

- 몬스터, 웨이브 데이터 파일 Data_Row.asset 파일 추가
This commit is contained in:
BoyongHwang
2026-01-30 00:25:57 +09:00
parent 23f200348f
commit 94c43153e4
22 changed files with 292 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
using UnityEngine;
namespace DigAndDefend.Data
namespace Northbound.Data
{
[CreateAssetMenu(fileName = "MonsterMasterData", menuName = "DigAndDefend/MonsterMaster Data")]
public class MonsterMasterData : ScriptableObject