OF-DL/OF DL/Entities/Streams/StreamsCollection.cs

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>();
}
}