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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user