From 19848671a33ec688ed432a5480dda255dcc3e98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=9C=E7=94=B0=E7=BE=8E=E7=B7=92?= <121525028+sakurada0291@users.noreply.github.com> Date: Sun, 17 Mar 2024 07:07:31 +0800 Subject: [PATCH] Update Genre.cs removed custom because it doesn't make any sense at all --- Genre.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Genre.cs b/Genre.cs index a85a740..5992dfb 100644 --- a/Genre.cs +++ b/Genre.cs @@ -10,6 +10,5 @@ NamcoOriginal=5, Variety=7, Classical=8, - Custom=9 } }