CoderM
2020-12-10 bd0ba263761a866ca0d698169d2d83b6a11c35e7
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 Awake()
    {
        JsonDataCenter.allData = new Dictionary<string, List<tabledata>>();
        JsonDataReader.Instance.StartRead(JsonDataCenter.ProcessInitDataLoad);