using System; namespace BililiveRecorder.ToolBox.Tool.DanmakuMerger { public class DanmakuMergerRequest : ICommandRequest { public string[] Inputs { get; set; } = Array.Empty(); public string Output { get; set; } = string.Empty; } }