0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-03 09:25:19 +00:00

支持椿自动战斗

This commit is contained in:
firedcto@gmail.com 2024-11-14 12:06:43 +08:00
parent 4b169f98c9
commit 228e44ee36

View File

@ -5,6 +5,8 @@ class Camellya(BaseChar):
def do_perform(self):
self.click_liberation()
if self.click_echo():
return self.switch_next_char()
if self.is_con_full():
self.logger.info(f'confull')
if self.click_resonance()[0]: