mirror of
https://gitlab.com/hashborgir/d2tweaks-rnd2k.git
synced 2025-10-14 00:44:22 -05:00
Initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include <d2tweaks/client/modules/client_module.h>
|
||||
|
||||
namespace d2_tweaks {
|
||||
namespace client {
|
||||
namespace modules {
|
||||
class item_drop_message final : public client_module {
|
||||
public:
|
||||
void init() override;
|
||||
void init_early() override;
|
||||
void handle_packet(common::packet_header* packet) override;
|
||||
static void GamePacketReceivedInterceptASM();
|
||||
static void __fastcall GamePacketReceivedIntercept(uint8_t* packet, size_t size);
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user