BililiveRecorder/BililiveRecorder.Core/StreamStatus.cs
Genteure 203684ddc0 ~
2018-03-21 00:33:34 +08:00

15 lines
221 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace BililiveRecorder.Core
{
public enum TriggerType
{
Danmaku,
HttpApi,
HttpApiRecheck,
Manual,
}
}