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

Opt: Migrate reward guild resources to own module

This commit is contained in:
nEEtdo0d
2021-01-05 16:14:35 -05:00
parent 51fcd234d1
commit ba5292bca3
19 changed files with 587 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
from module.guild.base import GuildBase
class GuildOperations(GuildBase):
def guild_operations(self):
pass