feat(misc): impl refresh pyq

This commit is contained in:
Changhua 2025-03-03 21:42:33 +08:00
parent 68b04d85de
commit bc7f91fc54

View File

@ -105,6 +105,17 @@ namespace Message
constexpr uint64_t FORWARD = 0x22C9220;
}
}
namespace Misc
{
namespace Sns
{
constexpr uint64_t DATA_MGR = 0x21E52F0;
constexpr uint64_t TIMELINE = 0x2DC6180;
constexpr uint64_t FIRST = 0x2E346C0;
constexpr uint64_t NEXT = 0x2E5A270;
}
}
}
#endif // OFFSETS_H