Assets/Scripts/TowerDefense/Level/JsonDataInit.cs
@@ -4,8 +4,7 @@ public class JsonDataInit : MonoBehaviour { // Start is called before the first frame update void Awake() private void OnEnable() { JsonDataCenter.allData = new Dictionary<string, List<tabledata>>(); JsonDataReader.Instance.StartRead(JsonDataCenter.ProcessInitDataLoad);