1
This commit is contained in:
parent
510894045a
commit
1e7dc66b00
@ -45,6 +45,7 @@
|
||||
#include "mt/Distribution.h"
|
||||
#include "mt/LootConfig.h"
|
||||
#include "mt/BattleHeroGrow.h"
|
||||
#include "mt/MobaRoom.h"
|
||||
|
||||
#include "app.h"
|
||||
|
||||
@ -77,6 +78,7 @@ namespace mt
|
||||
RegMetaTable<Param>(res_path_);
|
||||
RegMetaTable<Hero>(res_path_);
|
||||
RegMetaTable<Map>(res_path_);
|
||||
RegMetaTable<MobaRoom>(res_path_);
|
||||
RegMetaTable<Attr>(res_path_);
|
||||
RegMetaTable<FormulaPvp>(res_path_);
|
||||
RegMetaTable<GunQuality>(res_path_);
|
||||
|
@ -7,7 +7,7 @@ namespace mt
|
||||
{
|
||||
|
||||
DECLARE_ID_TABLE(MobaRoom, mtb::MobaRoom,
|
||||
"moba_room@moba_room.json",
|
||||
"mobaRoom@mobaRoom.json",
|
||||
"map_id")
|
||||
public:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user