JSON 다시만들기 -monster데이터, item데이터를 저장하는 딕셔너리 만들어 정보관리 1. 엑셀로 table 만든 후 json 변환 https://shancarter.github.io/mr-data-converter/ Mr. Data Converter shancarter.github.io Mr. Data Converter shancarter.github.io https://jsonviewer.stack.hu/ Online JSON Viewer jsonviewer.stack.hu ⊙ txt말고json으로 저장 2. ItemData, MonsterData 클래스 생성 3. DataManager 를 만들어 구조화하기 using System; using System.Collections.Generic; ..