21 lines
288 B
C++
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;
|
|
}
|
|
|
|
}
|