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