몬스터 코드 정리
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace TON
|
||||
{
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using UnityEngine;
|
||||
|
||||
public class MonsterSkillDataManager : SingletonBase<MonsterSkillDataManager>
|
||||
{
|
||||
// 전체 몬스터 스킬 데이터 리스트
|
||||
|
||||
Reference in New Issue
Block a user