Basic syncshell chat impl with game hooks
This commit is contained in:
@@ -54,4 +54,6 @@ public class MareConfig : IMareConfiguration
|
||||
public bool UseCompactor { get; set; } = false;
|
||||
public int Version { get; set; } = 1;
|
||||
public NotificationLocation WarningNotification { get; set; } = NotificationLocation.Both;
|
||||
|
||||
public bool DisableSyncshellChat { get; set; } = false;
|
||||
}
|
||||
Reference in New Issue
Block a user