mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-13 11:47:32 +08:00
Update to v2.8.6 without release
- Code refactoring - Update the song database - Fix a bug of the friend system which arose in the last version - Fix a bug of duplicate calculating finishing states when players finish playing the chart in Link Play.
This commit is contained in:
7
latest version/core/song.py
Normal file
7
latest version/core/song.py
Normal file
@@ -0,0 +1,7 @@
|
||||
class Chart:
|
||||
# defnum: chart const * 10
|
||||
|
||||
def __init__(self, song_id: str = None, difficulty: int = None, defnum: int = None) -> None:
|
||||
self.song_id = song_id
|
||||
self.difficulty = difficulty
|
||||
self.defnum = defnum
|
||||
Reference in New Issue
Block a user