This commit is contained in:
aozhiwei 2023-02-17 19:25:55 +08:00
parent ee156878e4
commit aad8d13a73
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
namespace mt
{
DECLARE_ID_TABLE(AI, mtb::Grasp,
DECLARE_ID_TABLE(Grasp, mtb::Grasp,
"grasp@grasp.json",
"grasp_id")
public:

View File

@ -6,7 +6,7 @@
namespace mt
{
DECLARE_ID_TABLE(AI, mtb::GraspBuff,
DECLARE_ID_TABLE(GraspBuff, mtb::GraspBuff,
"graspbuff@graspbuff.json",
"graspbuff_id")
public: