BililiveRecorder/BililiveRecorder.ToolBox/ICommandRequest.cs

7 lines
135 B
C#
Raw Normal View History

2021-04-14 23:46:24 +08:00
namespace BililiveRecorder.ToolBox
{
2021-04-19 18:20:14 +08:00
public interface ICommandRequest<TResponse>
where TResponse : IResponseData
2021-04-19 18:20:14 +08:00
{ }
2021-04-14 23:46:24 +08:00
}