2015-12-23 08:45:53 -05:00
|
|
|
namespace Components
|
|
|
|
{
|
|
|
|
class QuickPatch : public Component
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QuickPatch();
|
|
|
|
const char* GetName() { return "QuickPatch"; };
|
2015-12-25 15:42:35 -05:00
|
|
|
|
|
|
|
private:
|
|
|
|
static _int64* GetStatsID();
|
2015-12-23 08:45:53 -05:00
|
|
|
};
|
|
|
|
}
|