1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 05:08:19 +08:00

Merge branch 'master' into gems_farming

This commit is contained in:
LmeSzinc
2021-07-18 20:16:44 +08:00
49 changed files with 154 additions and 170 deletions

View File

@@ -51,6 +51,12 @@ class Button:
def __eq__(self, other):
return str(self) == str(other)
def __hash__(self):
return hash(self.name)
def __bool__(self):
return True
@property
def button(self):
if self._button_offset is None: