Cleaned code up. Added OBS & 7tv ws support. Added dependency injection. App loads from yml file.
This commit is contained in:
10
OBS/Socket/Context/HelloContext.cs
Normal file
10
OBS/Socket/Context/HelloContext.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace TwitchChatTTS.OBS.Socket.Context
|
||||
{
|
||||
[Serializable]
|
||||
public class HelloContext
|
||||
{
|
||||
public string? Host { get; set; }
|
||||
public short? Port { get; set; }
|
||||
public string? Password { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user