2021-02-23 18:03:37 +08:00
|
|
|
using BililiveRecorder.Core.Config.V2;
|
|
|
|
|
|
|
|
namespace BililiveRecorder.Core
|
|
|
|
{
|
|
|
|
public interface IRoomFactory
|
|
|
|
{
|
2021-04-30 19:35:15 +08:00
|
|
|
IRoom CreateRoom(RoomConfig roomConfig, int initDelayFactor);
|
2021-02-23 18:03:37 +08:00
|
|
|
}
|
|
|
|
}
|