10 lines
271 B
C#
10 lines
271 B
C#
namespace TwitchChatTTS.OBS.Socket.Data
|
|
{
|
|
public class OBSSceneItem
|
|
{
|
|
public string SourceUuid { get; set; }
|
|
public string SourceName { get; set; }
|
|
public string SourceType { get; set; }
|
|
public int SceneItemId { get; set; }
|
|
}
|
|
} |