feat(chatroom): update add chatroom members offset

This commit is contained in:
Changhua 2025-03-05 22:37:29 +08:00
parent 51312d1bbe
commit 132cd08f08

View File

@ -19,6 +19,7 @@ namespace Chatroom
{ {
constexpr uint64_t MGR = 0x1B86F60; constexpr uint64_t MGR = 0x1B86F60;
constexpr uint64_t DEL = 0x2158830; constexpr uint64_t DEL = 0x2158830;
constexpr uint64_t ADD = 0x21581F0;
} }
namespace Contact namespace Contact