#[repr(C)]pub struct Il2CppAssembly {
pub image: &'static Il2CppImage,
/* private fields */
}
Expand description
Represents a C# assembly that has been converted by Il2Cpp
Fields§
§image: &'static Il2CppImage
#[repr(C)]pub struct Il2CppAssembly {
pub image: &'static Il2CppImage,
/* private fields */
}
Represents a C# assembly that has been converted by Il2Cpp
image: &'static Il2CppImage