Game update 14114

complete output
This commit is contained in:
ArcherY417
2025-10-16 13:49:38 +08:00
committed by GitHub
parent 809c8faa3d
commit e5f09f5763
82 changed files with 105775 additions and 7433 deletions

View File

@@ -614,6 +614,30 @@
"parent": null
}
},
"enums": {}
"enums": {
"FuseVariableAccess_t": {
"alignment": 1,
"members": {
"READ_ONLY": 1,
"WRITABLE": 0
},
"type": "uint8"
},
"FuseVariableType_t": {
"alignment": 1,
"members": {
"BOOL": 1,
"FLOAT32": 8,
"INT16": 3,
"INT32": 4,
"INT8": 2,
"INVALID": 0,
"UINT16": 6,
"UINT32": 7,
"UINT8": 5
},
"type": "uint8"
}
}
}
}