This commit is contained in:
aozhiwei 2024-03-27 17:55:00 +08:00
parent 510894045a
commit 1e7dc66b00
2 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,7 @@
#include "mt/Distribution.h" #include "mt/Distribution.h"
#include "mt/LootConfig.h" #include "mt/LootConfig.h"
#include "mt/BattleHeroGrow.h" #include "mt/BattleHeroGrow.h"
#include "mt/MobaRoom.h"
#include "app.h" #include "app.h"
@ -77,6 +78,7 @@ namespace mt
RegMetaTable<Param>(res_path_); RegMetaTable<Param>(res_path_);
RegMetaTable<Hero>(res_path_); RegMetaTable<Hero>(res_path_);
RegMetaTable<Map>(res_path_); RegMetaTable<Map>(res_path_);
RegMetaTable<MobaRoom>(res_path_);
RegMetaTable<Attr>(res_path_); RegMetaTable<Attr>(res_path_);
RegMetaTable<FormulaPvp>(res_path_); RegMetaTable<FormulaPvp>(res_path_);
RegMetaTable<GunQuality>(res_path_); RegMetaTable<GunQuality>(res_path_);

View File

@ -7,7 +7,7 @@ namespace mt
{ {
DECLARE_ID_TABLE(MobaRoom, mtb::MobaRoom, DECLARE_ID_TABLE(MobaRoom, mtb::MobaRoom,
"moba_room@moba_room.json", "mobaRoom@mobaRoom.json",
"map_id") "map_id")
public: public: