We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3daf8 commit e473974Copy full SHA for e473974
UnityPy/tools/TpkClassGenerator.py
@@ -17,7 +17,7 @@
17
STRINGS = TPKTYPETREE.StringBuffer
18
19
BASE_TYPE_MAP = {
20
- "char": "int", # used for byte data
+ "char": "int", # used for byte data
21
"short": "int",
22
"int": "int",
23
"long long": "int",
0 commit comments