Fixed some minor things.
This commit is contained in:
@ -4,6 +4,6 @@ namespace TwitchChatTTS.OBS.Socket.Data
|
||||
{
|
||||
public required string EventType { get; set; }
|
||||
public int EventIntent { get; set; }
|
||||
public required Dictionary<string, object> EventData { get; set; }
|
||||
public Dictionary<string, object>? EventData { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user