mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 11:42:22 +08:00
15 lines
221 B
C#
15 lines
221 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace BililiveRecorder.Core
|
|
{
|
|
public enum TriggerType
|
|
{
|
|
Danmaku,
|
|
HttpApi,
|
|
HttpApiRecheck,
|
|
Manual,
|
|
}
|
|
}
|