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

Chore: [ALAS] Move func methods to the Alas class

This commit is contained in:
LmeSzinc
2024-05-30 13:34:24 +08:00
parent 6365693cef
commit 5f56a2bdb7
5 changed files with 55 additions and 30 deletions

View File

@@ -13,6 +13,16 @@ MOD_FUNC_DICT = {
MOD_CONFIG_DICT = {}
def get_available_func():
return (
'Daemon',
'OpsiDaemon',
'AzurLaneUncensored',
'Benchmark',
'GameManager',
)
def get_available_mod():
return set(MOD_DICT)