game2006/server/gameserver/mt/HeroQuality.h
aozhiwei 18cfd1aefb 1
2023-02-06 15:31:18 +08:00

18 lines
286 B
C++

#pragma once
#include "mt/macro.h"
#include "mtb/HeroQuality.h"
namespace mt
{
DECLARE_ID_TABLE(HeroQuality, mtb::HeroQuality,
"heroQuality@heroQuality.json",
"quality")
public:
long long GetPvpCegUpLimit() const;
};
}