Добавьте файлы проекта.
This commit is contained in:
9
YandexMusic.API/Models/Ynison/Wave/YYnisonWaveQueue.cs
Normal file
9
YandexMusic.API/Models/Ynison/Wave/YYnisonWaveQueue.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Ynison.Wave
|
||||
{
|
||||
public class YYnisonWaveQueue
|
||||
{
|
||||
public List<YYnisonPlayableItem> RecommendedPlayableList { get; set; }
|
||||
public int LivePlayableIndex { get; set; }
|
||||
public YYnisonEntityOptions EntityOptions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user