Skip to content

Commit b48495e

Browse files
committed
[更新]1. 更新配置表的导出
1 parent 87040cc commit b48495e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Hotfix/HotfixLauncher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private static async void LoadUI()
3838
await GameApp.UI.OpenUIFormAsync<UILogin>(Utility.Asset.Path.GetUIPath(nameof(UILogin)), UIGroupConstants.Floor.Name);
3939
#endif
4040

41-
var item = GameApp.Config.GetConfig<TbSounds>().FirstOrDefault;
41+
var item = GameApp.Config.GetConfig<TbSoundsConfig>().FirstOrDefault;
4242
Log.Info(item);
4343
}
4444

0 commit comments

Comments
 (0)