No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnityEngine.Purchasing.WinRTStub_CodeGen.c 730B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. extern void Factory_Create_mCD2294E5A1D474C797A5A0C8B96ED07BEC8652E8 (void);
  9. static Il2CppMethodPointer s_methodPointers[1] =
  10. {
  11. Factory_Create_mCD2294E5A1D474C797A5A0C8B96ED07BEC8652E8,
  12. };
  13. static const int32_t s_InvokerIndices[1] =
  14. {
  15. 9199,
  16. };
  17. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_UnityEngine_Purchasing_WinRTStub_CodeGenModule;
  18. const Il2CppCodeGenModule g_UnityEngine_Purchasing_WinRTStub_CodeGenModule =
  19. {
  20. "UnityEngine.Purchasing.WinRTStub.dll",
  21. 1,
  22. s_methodPointers,
  23. 0,
  24. NULL,
  25. s_InvokerIndices,
  26. 0,
  27. NULL,
  28. 0,
  29. NULL,
  30. 0,
  31. NULL,
  32. NULL,
  33. NULL,
  34. NULL,
  35. NULL,
  36. NULL,
  37. };