mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Rewrote project in Rust
This commit is contained in:
@@ -25,20 +25,20 @@ namespace CSchemaSystemInternalRegistration {
|
||||
constexpr std::ptrdiff_t m_VectorAligned = 0x20;
|
||||
constexpr std::ptrdiff_t m_Quaternion = 0x30;
|
||||
constexpr std::ptrdiff_t m_QAngle = 0x40;
|
||||
constexpr std::ptrdiff_t m_RotationVector = 0x4c;
|
||||
constexpr std::ptrdiff_t m_RotationVector = 0x4C;
|
||||
constexpr std::ptrdiff_t m_RadianEuler = 0x58;
|
||||
constexpr std::ptrdiff_t m_DegreeEuler = 0x64;
|
||||
constexpr std::ptrdiff_t m_QuaternionStorage = 0x70;
|
||||
constexpr std::ptrdiff_t m_matrix3x4_t = 0x80;
|
||||
constexpr std::ptrdiff_t m_matrix3x4a_t = 0xb0;
|
||||
constexpr std::ptrdiff_t m_Color = 0xe0;
|
||||
constexpr std::ptrdiff_t m_Vector4D = 0xe4;
|
||||
constexpr std::ptrdiff_t m_matrix3x4a_t = 0xB0;
|
||||
constexpr std::ptrdiff_t m_Color = 0xE0;
|
||||
constexpr std::ptrdiff_t m_Vector4D = 0xE4;
|
||||
constexpr std::ptrdiff_t m_CTransform = 0x100;
|
||||
constexpr std::ptrdiff_t m_pKeyValues = 0x120;
|
||||
constexpr std::ptrdiff_t m_CUtlBinaryBlock = 0x128;
|
||||
constexpr std::ptrdiff_t m_CUtlString = 0x140;
|
||||
constexpr std::ptrdiff_t m_CUtlSymbol = 0x148;
|
||||
constexpr std::ptrdiff_t m_stringToken = 0x14c;
|
||||
constexpr std::ptrdiff_t m_stringToken = 0x14C;
|
||||
constexpr std::ptrdiff_t m_stringTokenWithStorage = 0x150;
|
||||
constexpr std::ptrdiff_t m_ResourceTypes = 0x168;
|
||||
constexpr std::ptrdiff_t m_KV3 = 0x170;
|
||||
|
||||
Reference in New Issue
Block a user