Model: Treat System.Decimal as a primitive type

This commit is contained in:
Katy Coe
2019-10-29 21:58:06 +01:00
parent 035a663484
commit d381b2ddda
2 changed files with 8 additions and 1 deletions

View File

@@ -195,6 +195,9 @@ namespace Il2CppInspector
"CMOD_REQD",
"CMOD_OPT",
"INTERNAL",
// Added in for convenience
"decimal"
};
public static List<string> FullNameTypeString = new List<string>
@@ -233,6 +236,9 @@ namespace Il2CppInspector
"CMOD_REQD",
"CMOD_OPT",
"INTERNAL",
// Added in for convenience
"System.Decimal"
};
}
}