nut容器完成
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "pch.h"
|
||||
#include "sock.h"
|
||||
|
||||
void sock::Pack_130_³é½±(int idx, int code, void* p3, void* p4)
|
||||
void sock::Pack_³é½±(int idx, int code, void* p3, void* p4)
|
||||
{
|
||||
std::cout << 666 << std::endl;
|
||||
}
|
||||
@@ -10,7 +10,7 @@ void sock::R_Register_Pack()
|
||||
{
|
||||
auto Registerfunc = reinterpret_cast<register_pack_handler_t>(0x7186D0);
|
||||
|
||||
Registerfunc(130, Pack_130_³é½±, 0);
|
||||
Registerfunc(130, Pack_³é½±, 0);
|
||||
}
|
||||
|
||||
bool sock::net_get8(std::int8_t& v)
|
||||
|
||||
Reference in New Issue
Block a user