Assembly-CSharp_CodeGen.c 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. // 0x00000001 System.Void GoogleGamesSignIn::Awake()
  9. extern void GoogleGamesSignIn_Awake_m02FA0E3A30D1D809C1E8152E5C6582FDFE44D31A (void);
  10. // 0x00000002 System.Void GoogleGamesSignIn::LoginGooglePlayGames()
  11. extern void GoogleGamesSignIn_LoginGooglePlayGames_mFE3EFDB8FD6B3C90050D4E0C702C8C6F5AE8A4F6 (void);
  12. // 0x00000003 System.Void GoogleGamesSignIn::.ctor()
  13. extern void GoogleGamesSignIn__ctor_m1708D416FCDA2BC6DB4A9F245C301FCEC16E15E4 (void);
  14. // 0x00000004 System.Void GoogleGamesSignIn::<LoginGooglePlayGames>b__3_0(GooglePlayGames.BasicApi.SignInStatus)
  15. extern void GoogleGamesSignIn_U3CLoginGooglePlayGamesU3Eb__3_0_m4644EC29814237922C621FA1F3D3A69D178715EA (void);
  16. // 0x00000005 System.Void GoogleGamesSignIn::<LoginGooglePlayGames>b__3_1(System.String)
  17. extern void GoogleGamesSignIn_U3CLoginGooglePlayGamesU3Eb__3_1_m5BF9105BCCA3DFCEC577D08D28A676E271F3A4DE (void);
  18. static Il2CppMethodPointer s_methodPointers[5] =
  19. {
  20. GoogleGamesSignIn_Awake_m02FA0E3A30D1D809C1E8152E5C6582FDFE44D31A,
  21. GoogleGamesSignIn_LoginGooglePlayGames_mFE3EFDB8FD6B3C90050D4E0C702C8C6F5AE8A4F6,
  22. GoogleGamesSignIn__ctor_m1708D416FCDA2BC6DB4A9F245C301FCEC16E15E4,
  23. GoogleGamesSignIn_U3CLoginGooglePlayGamesU3Eb__3_0_m4644EC29814237922C621FA1F3D3A69D178715EA,
  24. GoogleGamesSignIn_U3CLoginGooglePlayGamesU3Eb__3_1_m5BF9105BCCA3DFCEC577D08D28A676E271F3A4DE,
  25. };
  26. static const int32_t s_InvokerIndices[5] =
  27. {
  28. 1067,
  29. 1067,
  30. 1067,
  31. 918,
  32. 925,
  33. };
  34. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_AssemblyU2DCSharp_CodeGenModule;
  35. const Il2CppCodeGenModule g_AssemblyU2DCSharp_CodeGenModule =
  36. {
  37. "Assembly-CSharp.dll",
  38. 5,
  39. s_methodPointers,
  40. 0,
  41. NULL,
  42. s_InvokerIndices,
  43. 0,
  44. NULL,
  45. 0,
  46. NULL,
  47. 0,
  48. NULL,
  49. NULL,
  50. NULL, // module initializer,
  51. NULL,
  52. NULL,
  53. NULL,
  54. };