From 6ff95461524c27b4b6e1e1c44f900e321b975e03 Mon Sep 17 00:00:00 2001 From: ALEXTANGXIAO <574809918@qq.com> Date: Sat, 10 Aug 2024 22:21:17 +0800 Subject: [PATCH] Update RedNoteMgr.cs --- .../GameScripts/HotFix/GameLogic/Common/RedNote/RedNoteMgr.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/RedNote/RedNoteMgr.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/RedNote/RedNoteMgr.cs index f2ee60f7..5795e86f 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/RedNote/RedNoteMgr.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/RedNote/RedNoteMgr.cs @@ -58,7 +58,7 @@ namespace GameLogic private Dictionary _notifyStringMap; - public void Init() + protected override void Init() { InitState(); InitRedNoteConfig();