1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 11:09:25 +08:00

add: add opsi force auto and opsi no map fog for alas operation

This commit is contained in:
0O0o0oOoO00
2025-11-01 23:49:12 +08:00
parent abf6ec0455
commit ab25748013
12 changed files with 87 additions and 1 deletions

View File

@@ -307,3 +307,15 @@ class CrackApi:
def disable_no_damage(self):
self.post("disable_no_damage")
def enable_opsi_force_auto(self):
self.post("enable_opsi_force_auto")
def disable_opsi_force_auto(self):
self.post("disable_opsi_force_auto")
def enable_opsi_no_map_fog(self):
self.post("enable_opsi_no_map_fog")
def disable_opsi_no_map_fog(self):
self.post("disable_opsi_no_map_fog")