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