namespace WorldOffsets {
inline const uintptr_t worldStepsPerSecond = 0x668;
inline const uintptr_t world = 0x408;
inline const uintptr_t gravity = 0x1d8;
}
namespace Tickrate {
struct {
uintptr_t address = 0;
std::chrono::steady_clock::time_point lastUpdate...