Добавьте файлы проекта.
This commit is contained in:
14
YandexMusic.API/API/YCommonAPI.cs
Normal file
14
YandexMusic.API/API/YCommonAPI.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace YandexMusic.API;
|
||||
|
||||
/// <summary>
|
||||
/// Родительский класс для ветки API
|
||||
/// </summary>
|
||||
public class YCommonAPI
|
||||
{
|
||||
protected YandexMusicApi api;
|
||||
|
||||
public YCommonAPI(YandexMusicApi yandex)
|
||||
{
|
||||
api = yandex;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user