9 lines
129 B
C#
9 lines
129 B
C#
namespace YandexMusic.API.Models.Landing.Entity.Entities;
|
|
|
|
public enum YChartProgress
|
|
{
|
|
New,
|
|
Up,
|
|
Down,
|
|
Same,
|
|
} |