BililiveRecorder/BililiveRecorder.ToolBox/ICommandRequest.cs

7 lines
127 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 : class
{ }
2021-04-14 23:46:24 +08:00
}