We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87040cc commit b48495eCopy full SHA for b48495e
1 file changed
Assets/Hotfix/HotfixLauncher.cs
@@ -38,7 +38,7 @@ private static async void LoadUI()
38
await GameApp.UI.OpenUIFormAsync<UILogin>(Utility.Asset.Path.GetUIPath(nameof(UILogin)), UIGroupConstants.Floor.Name);
39
#endif
40
41
- var item = GameApp.Config.GetConfig<TbSounds>().FirstOrDefault;
+ var item = GameApp.Config.GetConfig<TbSoundsConfig>().FirstOrDefault;
42
Log.Info(item);
43
}
44
0 commit comments