mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
11 lines
207 B
C#
11 lines
207 B
C#
namespace BililiveRecorder.Core
|
|
{
|
|
public class RoomInfo
|
|
{
|
|
public int DisplayRoomid;
|
|
public int RealRoomid;
|
|
public string Username;
|
|
public bool isStreaming;
|
|
}
|
|
}
|