From 2afbb545027568fccc85853e18af02a7c6b2929e Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Tue, 16 May 2023 16:03:51 +0800 Subject: *misc --- .../Assets/Scripts/Tools/Notification/NotificationCenter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WorldlineKeepers/Assets/Scripts/Tools/Notification/NotificationCenter.cs') diff --git a/WorldlineKeepers/Assets/Scripts/Tools/Notification/NotificationCenter.cs b/WorldlineKeepers/Assets/Scripts/Tools/Notification/NotificationCenter.cs index bb4e08e..4e52656 100644 --- a/WorldlineKeepers/Assets/Scripts/Tools/Notification/NotificationCenter.cs +++ b/WorldlineKeepers/Assets/Scripts/Tools/Notification/NotificationCenter.cs @@ -5,7 +5,7 @@ using UnityEngine; namespace WK { - public class NotificationCenter : Singleton + public sealed class NotificationCenter : Singleton { public delegate void NotificatonHandler(params object[] args); -- cgit v1.1-26-g67d0