9 lines
217 B
C#
9 lines
217 B
C#
|
namespace TwitchChatTTS.OBS.Socket.Context
|
||
|
{
|
||
|
public class HelloContext
|
||
|
{
|
||
|
public string? Host { get; set; }
|
||
|
public short? Port { get; set; }
|
||
|
public string? Password { get; set; }
|
||
|
}
|
||
|
}
|