This commit is contained in:
aozhiwei 2023-07-25 17:32:57 +08:00
parent 0581d00d74
commit d9b58760f1

View File

@ -85,6 +85,11 @@ function init() {
'GameDb2006'
);
registerMetaClass(configDir + 'game_redis.json',
'',
'GameRedis'
);
registerMetaClass(configDir + 'rankSeason.json',
'',
'RankSeason'