hermes-client/OBS/Socket/Context/HelloContext.cs

9 lines
217 B
C#
Raw Normal View History

namespace TwitchChatTTS.OBS.Socket.Context
{
public class HelloContext
{
public string? Host { get; set; }
public short? Port { get; set; }
public string? Password { get; set; }
}
}