game2006/server/gameserver/mt/BattleLevelAttribute.h
aozhiwei 89e72625c9 1
2024-01-03 16:03:50 +08:00

16 lines
281 B
C++

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