mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
add genre below song name
This commit is contained in:
@@ -209,6 +209,7 @@ class Modifiers:
|
||||
class SessionData:
|
||||
selected_difficulty: int = 0
|
||||
song_title: str = ''
|
||||
genre_index: int = 0
|
||||
result_score: int = 0
|
||||
result_good: int = 0
|
||||
result_ok: int = 0
|
||||
|
||||
Reference in New Issue
Block a user