game2006/server/gameserver/mt/MergeItem.cc
aozhiwei 58a28ac44c 1
2023-05-18 16:28:00 +08:00

21 lines
288 B
C++

#include "precompile.h"
#include "mt/MergeItem.h"
IMPL_TABLE(mt::MergeItem)
std::map<int, std::set<int>> mt::MergeItem::gun_num_buff_hash_;
namespace mt
{
void MergeItem::Init1()
{
}
std::set<int>* GetBuffs(int gun_id, int num)
{
return nullptr;
}
}