| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- #include "pch-c.h"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
- #include "codegen/il2cpp-codegen-metadata.h"
- // 0x00000001 System.Void GoogleGamesSignIn::Awake()
- extern void GoogleGamesSignIn_Awake_m02FA0E3A30D1D809C1E8152E5C6582FDFE44D31A (void);
- // 0x00000002 System.Void GoogleGamesSignIn::LoginGooglePlayGames()
- extern void GoogleGamesSignIn_LoginGooglePlayGames_mFE3EFDB8FD6B3C90050D4E0C702C8C6F5AE8A4F6 (void);
- // 0x00000003 System.Void GoogleGamesSignIn::.ctor()
- extern void GoogleGamesSignIn__ctor_m1708D416FCDA2BC6DB4A9F245C301FCEC16E15E4 (void);
- // 0x00000004 System.Void GoogleGamesSignIn::<LoginGooglePlayGames>b__3_0(GooglePlayGames.BasicApi.SignInStatus)
- extern void GoogleGamesSignIn_U3CLoginGooglePlayGamesU3Eb__3_0_m4644EC29814237922C621FA1F3D3A69D178715EA (void);
- // 0x00000005 System.Void GoogleGamesSignIn::<LoginGooglePlayGames>b__3_1(System.String)
- extern void GoogleGamesSignIn_U3CLoginGooglePlayGamesU3Eb__3_1_m5BF9105BCCA3DFCEC577D08D28A676E271F3A4DE (void);
- static Il2CppMethodPointer s_methodPointers[5] =
- {
- GoogleGamesSignIn_Awake_m02FA0E3A30D1D809C1E8152E5C6582FDFE44D31A,
- GoogleGamesSignIn_LoginGooglePlayGames_mFE3EFDB8FD6B3C90050D4E0C702C8C6F5AE8A4F6,
- GoogleGamesSignIn__ctor_m1708D416FCDA2BC6DB4A9F245C301FCEC16E15E4,
- GoogleGamesSignIn_U3CLoginGooglePlayGamesU3Eb__3_0_m4644EC29814237922C621FA1F3D3A69D178715EA,
- GoogleGamesSignIn_U3CLoginGooglePlayGamesU3Eb__3_1_m5BF9105BCCA3DFCEC577D08D28A676E271F3A4DE,
- };
- static const int32_t s_InvokerIndices[5] =
- {
- 1067,
- 1067,
- 1067,
- 918,
- 925,
- };
- IL2CPP_EXTERN_C const Il2CppCodeGenModule g_AssemblyU2DCSharp_CodeGenModule;
- const Il2CppCodeGenModule g_AssemblyU2DCSharp_CodeGenModule =
- {
- "Assembly-CSharp.dll",
- 5,
- s_methodPointers,
- 0,
- NULL,
- s_InvokerIndices,
- 0,
- NULL,
- 0,
- NULL,
- 0,
- NULL,
- NULL,
- NULL, // module initializer,
- NULL,
- NULL,
- NULL,
- };
|