hch
2025-11-10 1853d0c29d1ab65f9a06345a5f92eeb6c355921c
Main/Core/GameEngine/Launch/InitSettingTask.cs
@@ -14,7 +14,7 @@
    {
        ShaderUtility.InitGlobalParams();
        SoundPlayer.CreateSoundPlayer();
        SoundPlayer.Instance.PlayLoginMusic();
        //SoundPlayer.Instance.PlayLoginMusic();
        SystemSetting.Instance.SetSoundVolume(SystemSetting.Instance.GetSoundVolume());
        SystemSetting.Instance.SetSoundEffect(SystemSetting.Instance.GetSoundEffect());
@@ -34,11 +34,6 @@
        PackageRegedit.Init();
        Clock.Init();
        // TODO YYL
        // if (VersionConfig.Get().appId.Equals("test"))
        // {
        //     SnxxzGame.Instance.gameObject.AddComponent<PocoManager>();
        // }
        done = true;
    }