director/schedulable/show/TwitchStream.cs
2021-08-18 23:16:57 -04:00

7 lines
130 B
C#

namespace Schedulable.Show
{
public class TwitchStream : Show
{
public string TwitchCategory { get; set; }
}
}