Cleaned code up. Added OBS & 7tv ws support. Added dependency injection. App loads from yml file.
This commit is contained in:
10
OBS/Socket/Data/EventMessage.cs
Normal file
10
OBS/Socket/Data/EventMessage.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace TwitchChatTTS.OBS.Socket.Data
|
||||
{
|
||||
[Serializable]
|
||||
public class EventMessage
|
||||
{
|
||||
public string eventType { get; set; }
|
||||
public int eventIntent { get; set; }
|
||||
public Dictionary<string, object> eventData { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user