chenxin
2020-11-14 4a083f2f3d8baf1c2630b3717d62904edcc8e24a
Assets/Scripts/Manager/ManagerRoot.cs
@@ -15,13 +15,19 @@
        {
            gameObject.AddComponent<DoNotDestory>();
            gameObject.AddComponent<MasterSocket>();
            gameObject.AddComponent<GA_SDK_Manager>();
            gameObject.AddComponent<TDAA_SDKManager>();
            gameObject.AddComponent<AudioSourceManager>();
            //gameObject.AddComponent<ErrorLogOnGUIMyTools>();
            //gameObject.AddComponent<JsonDataReader>();
        }
        void Start()
        {
            AudioSourceManager.Ins.Play(AudioEnum.BGM1);
        }
        // public void AfterRead()
        // {
        //     JsonDataReader.Instance.StartRead(() =>