1
0
mirror of synced 2024-11-23 20:10:57 +01:00
TaikoSoundEditor/Genre.cs
NotImplementedLife d34e35a81e added genre 9
2023-09-30 18:52:05 +03:00

16 lines
239 B
C#

namespace TaikoSoundEditor
{
public enum Genre
{
Pop=0,
Anime=1,
Kids=2,
Vocaloid=3,
GameMusic=4,
NamcoOriginal=5,
Variety=7,
Classical=8,
Custom=9
}
}