Zodys
Results
2
comments of
Zodys
this will work if I need to create an array like this? Player player; object[] example = new object[] { "Hello", 123, true, player };
https://github.com/DeNcHiK3713/AndroidMixMod/blob/2c1bcbd4ccfd1c7b43186841a79a020b1e9f66e2/app/src/main/jni/Main.cpp#L313 to add such data, need to use il2cpp_value_box. Can you add this to your code please?