using UnityEngine; using KTGMGemClient; using System.Collections.Generic; public class JsonDataInit : MonoBehaviour { // Start is called before the first frame update void Awake() { JsonDataCenter.allData = new Dictionary>(); JsonDataReader.Instance.StartRead(JsonDataCenter.ProcessInitDataLoad); } }