summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Tools/Notification/NotificationCenter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Tools/Notification/NotificationCenter.cs')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Tools/Notification/NotificationCenter.cs2
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);