Unity: Update for 2018.4.30, 2019.4.16, 2020.1.15-17, 2020.2.0+
This commit is contained in:
@@ -380,7 +380,6 @@ typedef struct Il2CppAssemblyNameDefinition
|
||||
{
|
||||
StringIndex nameIndex;
|
||||
StringIndex cultureIndex;
|
||||
StringIndex hashValueIndex;
|
||||
StringIndex publicKeyIndex;
|
||||
uint32_t hash_alg;
|
||||
int32_t hash_len;
|
||||
@@ -1442,8 +1441,7 @@ typedef struct Il2CppAssemblyName
|
||||
{
|
||||
const char* name;
|
||||
const char* culture;
|
||||
const char* hash_value;
|
||||
const char* public_key;
|
||||
const uint8_t* public_key;
|
||||
uint32_t hash_alg;
|
||||
int32_t hash_len;
|
||||
uint32_t flags;
|
||||
@@ -1478,6 +1476,7 @@ typedef struct Il2CppAssembly
|
||||
typedef struct Il2CppCodeGenOptions
|
||||
{
|
||||
uint8_t enablePrimitiveValueTypeGenericSharing;
|
||||
int maximumRuntimeGenericDepth;
|
||||
} Il2CppCodeGenOptions;
|
||||
typedef struct Il2CppRange
|
||||
{
|
||||
Reference in New Issue
Block a user