Basic syncshell chat impl with game hooks
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace MareSynchronos.MareConfiguration.Configurations;
|
||||
|
||||
[Serializable]
|
||||
public class UidNotesConfig : IMareConfiguration
|
||||
{
|
||||
public Dictionary<string, ServerNotesStorage> ServerNotes { get; set; } = new(StringComparer.Ordinal);
|
||||
|
||||
Reference in New Issue
Block a user