diff options
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Tools/Notification/NotificationCenter.cs')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/Tools/Notification/NotificationCenter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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<NotificationCenter> + public sealed class NotificationCenter : Singleton<NotificationCenter> { public delegate void NotificatonHandler(params object[] args); |