mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: Level detection init
This commit is contained in:
@@ -9,8 +9,8 @@ COLOR_MASKED = (107, 105, 107)
|
||||
|
||||
|
||||
class Level(ModuleBase):
|
||||
_lv = []
|
||||
_lv_before_battle = []
|
||||
_lv = [-1, -1, -1, -1, -1, -1]
|
||||
_lv_before_battle = [-1, -1, -1, -1, -1, -1]
|
||||
|
||||
@property
|
||||
def lv(self):
|
||||
|
||||
Reference in New Issue
Block a user