mirror of
https://github.com/Lost-MSth/Arcaea-server.git
synced 2026-02-10 01:37:27 +08:00
[Enhance] World Parallel
- For Arcaea 6.11.3 - Add partial support for World Parallel Mode. - Add some new partners, including "VIIM", "Helena" and "Yuno". Note: Link Play server has updated and do not support old clients anymore. World Parallel Mode and Link Play may have bugs, because I haven't check out all things carefully.
This commit is contained in:
@@ -255,6 +255,11 @@ class UserPlay(UserScore):
|
||||
self.highest_health: int = None
|
||||
self.lowest_health: int = None
|
||||
|
||||
# room score
|
||||
self.room_code: str = None
|
||||
self.room_total_score: int = None
|
||||
self.room_total_players: int = None
|
||||
|
||||
self.invasion_flag: int = None # 1: invasion_start, 2: invasion_hard
|
||||
|
||||
def to_dict(self) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user