0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-12 16:50:44 -05:00

Updated mappings

This commit is contained in:
Chomp 2025-01-24 19:01:51 +00:00
parent ed182b90dd
commit 1097cf5597

View File

@ -17700,8 +17700,9 @@
}, },
{ {
"NewTypeName": "SideStepStateClass", "NewTypeName": "SideStepStateClass",
"OriginalTypeName": "", "OriginalTypeName": "GClass1879",
"UseForceRename": false, "UseForceRename": false,
"IsDerived": true,
"SearchParams": { "SearchParams": {
"GenericParams": { "GenericParams": {
"IsPublic": true, "IsPublic": true,
@ -17713,10 +17714,14 @@
}, },
"Methods": { "Methods": {
"ConstructorParameterCount": -1, "ConstructorParameterCount": -1,
"MethodCount": 6, "MethodCount": 7,
"IncludeMethods": [ "IncludeMethods": [
"Enter", "Enter",
"Exit" "ReEnter",
"Exit",
"ManualAnimatorMoveUpdate",
"SetStep",
"Jump"
], ],
"ExcludeMethods": [] "ExcludeMethods": []
}, },