AssemblyManifest.cpp 180 B

12345678910111213
  1. #include "../Il2CppCompatibleDef.h"
  2. namespace hybridclr
  3. {
  4. const char* g_placeHolderAssemblies[] =
  5. {
  6. //!!!{{PLACE_HOLDER
  7. "hotUpdate",
  8. //!!!}}PLACE_HOLDER
  9. nullptr,
  10. };
  11. }