1
0
mirror of synced 2025-02-17 11:18:32 +01:00
2023-09-09 21:58:20 +09:00

13 lines
197 B
C#

namespace SharedProject.Enums;
public enum SongGenre
{
Pop = 0,
Anime = 1,
Kids = 2,
Vocaloid = 3,
GameMusic = 4,
NamcoOriginal = 5,
Variety = 7,
Classical = 8
}