mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-01 16:34:17 +02:00
UserDictionary and variable readonly
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
public abstract class NotificationConnector : GlobalBase
|
||||
{
|
||||
public NotificationManagerType notificationManagerType;
|
||||
public readonly NotificationManagerType notificationManagerType;
|
||||
|
||||
protected NotificationConnector(GlobalBase clone, NotificationManagerType notificationManagerType) : base(clone)
|
||||
{
|
||||
|
Reference in New Issue
Block a user