mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Print field types
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
#include <cstddef>
|
||||
|
||||
namespace CAnimScriptBase {
|
||||
constexpr std::ptrdiff_t m_bIsValid = 0x8;
|
||||
constexpr std::ptrdiff_t m_bIsValid = 0x8; // bool
|
||||
}
|
||||
|
||||
namespace EmptyTestScript {
|
||||
constexpr std::ptrdiff_t m_hTest = 0x10;
|
||||
constexpr std::ptrdiff_t m_hTest = 0x10; // CAnimScriptParam< float32 >
|
||||
}
|
||||
Reference in New Issue
Block a user