mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 22:59:59 +08:00
11 lines
225 B
C++
11 lines
225 B
C++
#pragma once
|
|
|
|
#include <cstddef>
|
|
|
|
namespace CAnimScriptBase {
|
|
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
|
|
}
|
|
|
|
namespace EmptyTestScript {
|
|
constexpr std::ptrdiff_t m_hTest = 0x10; // CAnimScriptParam< float32 >
|
|
} |