Fixed a lot of compiler warnings. Fixed 7tv connection.
This commit is contained in:
@@ -2,9 +2,9 @@ namespace TwitchChatTTS.OBS.Socket.Data
|
||||
{
|
||||
public class OBSSceneItem
|
||||
{
|
||||
public string SourceUuid { get; set; }
|
||||
public string SourceName { get; set; }
|
||||
public string SourceType { get; set; }
|
||||
public required string SourceUuid { get; set; }
|
||||
public required string SourceName { get; set; }
|
||||
public required string SourceType { get; set; }
|
||||
public int SceneItemId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user