mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-05 03:23:45 +08:00
🚨训练室 trainer 可以为 None 的问题
This commit is contained in:
parent
907a2dd55b
commit
b240d56c6f
@ -369,12 +369,12 @@ class BuildingTraining(Struct):
|
|||||||
slotId: str
|
slotId: str
|
||||||
level: int
|
level: int
|
||||||
trainee: BuildingTrainingTrainee
|
trainee: BuildingTrainingTrainee
|
||||||
trainer: BuildingTrainingTrainer
|
|
||||||
remainPoint: float
|
remainPoint: float
|
||||||
speed: float
|
speed: float
|
||||||
lastUpdateTime: int
|
lastUpdateTime: int
|
||||||
remainSecs: int
|
remainSecs: int
|
||||||
slotState: int
|
slotState: int
|
||||||
|
trainer: BuildingTrainingTrainer | None = None
|
||||||
|
|
||||||
|
|
||||||
class BuildingHire(Struct):
|
class BuildingHire(Struct):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user