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

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:
};
}