mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-28 09:20:02 +08:00
31 lines
712 B
C++
31 lines
712 B
C++
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2025-10-16 04:15:22.003365600 UTC
|
|
|
|
#pragma once
|
|
|
|
#include <cstddef>
|
|
|
|
namespace cs2_dumper {
|
|
namespace schemas {
|
|
// Module: networksystem.dll
|
|
// Class count: 1
|
|
// Enum count: 15
|
|
namespace networksystem_dll {
|
|
// Alignment: 1
|
|
// Member count: 0
|
|
enum class CParticleBindingRealPulse : uint8_t {
|
|
|
|
};
|
|
// Alignment: 1
|
|
// Member count: 0
|
|
enum class CParticleCollectionBindingInstance : uint8_t {
|
|
|
|
};
|
|
// Parent: None
|
|
// Field count: 0
|
|
namespace OutOfPVSUpdates_t {
|
|
}
|
|
}
|
|
}
|
|
}
|