fix(): 修复字符集缺少_, 修复TimePauseManager的警告问题

This commit is contained in:
2025-10-19 17:21:03 +08:00
parent 0eb5cbf784
commit e14e8925de
2 changed files with 4993 additions and 5125 deletions

File diff suppressed because one or more lines are too long

View File

@@ -23,8 +23,7 @@ namespace Script.Gameplay.Global
private void OnValidate() private void OnValidate()
{ {
// Inspector 里打钩立即生效(仅 Editor // Inspector 里打钩立即生效(仅 Editor
if (Application.isPlaying && Instance == this) SetPaused(_pauseToggle);
SetPaused(_pauseToggle);
} }