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