mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
Updated README
This commit is contained in:
9
generated/offsets.hpp
Normal file
9
generated/offsets.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace client.dll {
|
||||
constexpr std::ptrdiff_t entity_list = 0x1623bb8;
|
||||
constexpr std::ptrdiff_t local_player_controller = 0x1714290;
|
||||
constexpr std::ptrdiff_t view_matrix = 0x1714d00;
|
||||
}
|
||||
Reference in New Issue
Block a user