mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 16:09:25 +08:00
add: load cracker without pause
This commit is contained in:
@@ -367,3 +367,9 @@ class CrackApi:
|
||||
|
||||
def disable_skip_story(self):
|
||||
self.post("disable_skip_story")
|
||||
|
||||
def init(self):
|
||||
self.post("init")
|
||||
|
||||
def init_without_pause(self):
|
||||
self.post("init_without_pause")
|
||||
|
||||
Reference in New Issue
Block a user