Added & modified several message types.

This commit is contained in:
Tom
2024-08-10 19:33:33 +00:00
parent d8522584c4
commit 9d838e66ad
21 changed files with 190 additions and 72 deletions

View File

@@ -2,6 +2,6 @@ namespace HermesSocketLibrary.Socket.Data
{
public class EmoteDetailsMessage
{
public Dictionary<string, string> Emotes { get; set; }
public IDictionary<string, string> Emotes { get; set; }
}
}