1
This commit is contained in:
parent
4ee804980b
commit
be7355f5a8
@ -37,6 +37,7 @@
|
|||||||
#include "mt/MapCollider.h"
|
#include "mt/MapCollider.h"
|
||||||
#include "mt/Grasp.h"
|
#include "mt/Grasp.h"
|
||||||
#include "mt/GraspBuff.h"
|
#include "mt/GraspBuff.h"
|
||||||
|
#include "mt/GuideStep.h"
|
||||||
|
|
||||||
#include "app.h"
|
#include "app.h"
|
||||||
|
|
||||||
@ -103,6 +104,7 @@ namespace mt
|
|||||||
RegMetaTable<MapArea>(res_path_);
|
RegMetaTable<MapArea>(res_path_);
|
||||||
RegMetaTable<Grasp>(res_path_);
|
RegMetaTable<Grasp>(res_path_);
|
||||||
RegMetaTable<GraspBuff>(res_path_);
|
RegMetaTable<GraspBuff>(res_path_);
|
||||||
|
RegMetaTable<GuideStep>(res_path_);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MetaMgr::Load()
|
void MetaMgr::Load()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user