game2006/server/gameserver/mt/MapTplThingJson.h
aozhiwei bbcca3e108 1
2022-12-23 08:24:05 +08:00

17 lines
224 B
C++

#pragma once
#include "mt/macro.h"
#include "mtb/MapTplThingJson.h"
namespace mt
{
DECLARE_AUTO_ID_TABLE(MapTplThingJson, mtb::MapTplThingJson,
"",
"")
public:
};
}