cs2-dumper/generated/host.dll.hpp
2023-10-14 15:20:36 +10:00

14 lines
307 B
C++

#pragma once
#include <cstddef>
// Created using https://github.com/a2x/cs2-dumper
// 2023-10-14 05:19:09.271971 UTC
namespace CAnimScriptBase {
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
}
namespace EmptyTestScript {
constexpr std::ptrdiff_t m_hTest = 0x10; // CAnimScriptParam<float>
}