10 lines
130 B
C#
10 lines
130 B
C#
namespace VDownload.Core.Enums
|
|
{
|
|
public enum VideoSource
|
|
{
|
|
TwitchVod,
|
|
TwitchClip,
|
|
Null
|
|
}
|
|
}
|