mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 01:57:26 +08:00
[api] Fix broken chunithm api via add new genre
This commit is contained in:
@@ -5,14 +5,15 @@ package icu.samnyan.aqua.sega.chunithm.model.gamedata;
|
|||||||
*/
|
*/
|
||||||
public enum Genre {
|
public enum Genre {
|
||||||
POPS_ANIME("POPS & ANIME"),
|
POPS_ANIME("POPS & ANIME"),
|
||||||
RESERVE("Reserve"),
|
GAME("GAME"),
|
||||||
NICONICO("niconico"),
|
NICONICO("niconico"),
|
||||||
TOUHOU("東方Project"),
|
TOUHOU("東方Project"),
|
||||||
RESERVE2("Reserve2"),
|
RESERVE2("Reserve2"),
|
||||||
ORIGINAL("Original"),
|
ORIGINAL("Original"),
|
||||||
VARIETY("Variety"),
|
VARIETY("Variety"),
|
||||||
IRODORI("イロドリミドリ"),
|
IRODORI("イロドリミドリ"),
|
||||||
KOTONOHA("言ノ葉Project");
|
KOTONOHA("言ノ葉Project"),
|
||||||
|
GEKICHUMA("ゲキマイ");
|
||||||
|
|
||||||
|
|
||||||
private String displayName;
|
private String displayName;
|
||||||
|
|||||||
Reference in New Issue
Block a user