Added & modified several message types.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user