8 lines
163 B
C#
8 lines
163 B
C#
|
namespace TwitchChatTTS.OBS.Socket.Data
|
||
|
{
|
||
|
[Serializable]
|
||
|
public class IdentifiedMessage
|
||
|
{
|
||
|
public int negotiatedRpcVersion { get; set; }
|
||
|
}
|
||
|
}
|