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