16 lines
276 B
C++
16 lines
276 B
C++
#pragma once
|
|
|
|
#include "mt/macro.h"
|
|
#include "mtb/BattleRandAttribute.h"
|
|
|
|
namespace mt
|
|
{
|
|
|
|
DECLARE_ID_TABLE(BattleRandAttribute, mtb::BattleRandAttribute,
|
|
"battleRandAttribute@battleRandAttribute.json",
|
|
"id")
|
|
public:
|
|
};
|
|
|
|
}
|