mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-18 10:39:28 +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