mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-12 11:07:27 +08:00
[Enhance] Recent 30
- Update Recent 30 mechanism. - Alter Recent 30 table structure. Note: 1. This is a TEST version. Maybe there are many bugs. 2. This special version is a line of demarcation.
This commit is contained in:
@@ -18,6 +18,9 @@ class Chart:
|
||||
'difficulty': self.difficulty,
|
||||
'chart_const': self.chart_const
|
||||
}
|
||||
|
||||
def to_tuple(self) -> tuple:
|
||||
return (self.song_id, self.difficulty)
|
||||
|
||||
@property
|
||||
def chart_const(self) -> float:
|
||||
|
||||
Reference in New Issue
Block a user