This commit is contained in:
aozhiwei 2023-04-20 13:23:45 +08:00
parent 4ee804980b
commit be7355f5a8

View File

@ -37,6 +37,7 @@
#include "mt/MapCollider.h"
#include "mt/Grasp.h"
#include "mt/GraspBuff.h"
#include "mt/GuideStep.h"
#include "app.h"
@ -103,6 +104,7 @@ namespace mt
RegMetaTable<MapArea>(res_path_);
RegMetaTable<Grasp>(res_path_);
RegMetaTable<GraspBuff>(res_path_);
RegMetaTable<GuideStep>(res_path_);
}
void MetaMgr::Load()