7 lines
144 B
C#
7 lines
144 B
C#
namespace TwitchChatTTS.OBS.Socket.Data
|
|
{
|
|
public class IdentifiedMessage
|
|
{
|
|
public int NegotiatedRpcVersion { get; set; }
|
|
}
|
|
} |