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