Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@@ -2,8 +2,8 @@ namespace TwitchChatTTS.OBS.Socket.Data
|
||||
{
|
||||
public class EventMessage
|
||||
{
|
||||
public string EventType { get; set; }
|
||||
public required string EventType { get; set; }
|
||||
public int EventIntent { get; set; }
|
||||
public Dictionary<string, object> EventData { get; set; }
|
||||
public required Dictionary<string, object> EventData { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user