This commit is contained in:
aozhiwei 2024-07-19 19:17:11 +08:00
parent 71f877bde5
commit 49f993855b
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,12 @@
const assert = require('assert');
const utils = require('j7/utils');
const bcutils = require('j7/bcutils');
const bchelper = require('common/bchelper');
const basewrap = require('./basewrap');
const factory = require('./factory');
class FounderTag extends basewrap.BaseWrap {
}
module.exports = FounderTag;

View File

@ -112,6 +112,10 @@ async function init() {
'net_id',
'Events'
);
registerMetaClass(configDir + 'founder_tag.json',
'id',
'FounderTag'
);
registerMetaClass(resDir + 'item@item.json',
'id',
'Item'