forked from sim0n00ps/OF-DL
10 lines
320 B
C#
10 lines
320 B
C#
namespace OF_DL.Entities.Streams
|
|
{
|
|
public class StreamsCollection
|
|
{
|
|
public Dictionary<long, string> Streams = new Dictionary<long, string>();
|
|
public List<Streams.List> StreamObjects = new List<Streams.List>();
|
|
public List<Streams.Medium> StreamMedia = new List<Streams.Medium>();
|
|
}
|
|
}
|