UserDictionary and variable readonly

This commit is contained in:
2023-08-27 01:22:39 +02:00
parent ea1b8749a6
commit 61024bcee9
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
public abstract class NotificationConnector : GlobalBase
{
public NotificationManagerType notificationManagerType;
public readonly NotificationManagerType notificationManagerType;
protected NotificationConnector(GlobalBase clone, NotificationManagerType notificationManagerType) : base(clone)
{