director/schedulable/show/TwitchStream.cs

7 lines
130 B
C#
Raw Normal View History

2021-08-18 23:16:57 -04:00
namespace Schedulable.Show
{
public class TwitchStream : Show
{
public string TwitchCategory { get; set; }
}
}