game2006/server/gameserver/mt/BattleUnit.h
aozhiwei 5b17e9bb9b 1
2024-01-03 16:06:37 +08:00

16 lines
231 B
C++

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