mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 22:59:59 +08:00
Refactored code
This commit is contained in:
@@ -596,6 +596,14 @@ public static class CBoneConstraintPoseSpaceBone_Input_t {
|
||||
public const ulong m_outputTransformList = 0x10;
|
||||
}
|
||||
|
||||
public static class CBoneConstraintPoseSpaceMorph {
|
||||
public const ulong m_sBoneName = 0x28;
|
||||
public const ulong m_sAttachmentName = 0x30;
|
||||
public const ulong m_outputMorph = 0x38;
|
||||
public const ulong m_inputList = 0x50;
|
||||
public const ulong m_bClamp = 0x68;
|
||||
}
|
||||
|
||||
public static class CBoneConstraintPoseSpaceMorph_Input_t {
|
||||
public const ulong m_inputValue = 0x0;
|
||||
public const ulong m_outputWeightList = 0x10;
|
||||
|
||||
Reference in New Issue
Block a user