game2006/server/gameserver/mt/LootConfig.h
aozhiwei 03bc216da0 1
2024-01-03 16:38:33 +08:00

16 lines
231 B
C++

#pragma once
#include "mt/macro.h"
#include "mtb/LootConfig.h"
namespace mt
{
DECLARE_ID_TABLE(LootConfig, mtb::LootConfig,
"lootConfig@lootConfig.json",
"id")
public:
};
}