16 lines
281 B
C++
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:
|
|
};
|
|
|
|
}
|