UnityEngine.GameCenterModule_CodeGen.c
42.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "codegen/il2cpp-codegen-metadata.h"
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
// 0x00000001 System.Void UnityEngine.SocialPlatforms.ISocialPlatform::Authenticate(UnityEngine.SocialPlatforms.ILocalUser,System.Action`1<System.Boolean>)
// 0x00000002 System.Void UnityEngine.SocialPlatforms.ISocialPlatform::Authenticate(UnityEngine.SocialPlatforms.ILocalUser,System.Action`2<System.Boolean,System.String>)
// 0x00000003 System.Void UnityEngine.SocialPlatforms.ISocialPlatform::LoadFriends(UnityEngine.SocialPlatforms.ILocalUser,System.Action`1<System.Boolean>)
// 0x00000004 System.Boolean UnityEngine.SocialPlatforms.ILocalUser::get_authenticated()
// 0x00000005 System.Void UnityEngine.SocialPlatforms.Range::.ctor(System.Int32,System.Int32)
extern void Range__ctor_m464C0B9EC4D5509770E152A5D935EDF1B3A325D0_AdjustorThunk ();
// 0x00000006 System.String UnityEngine.SocialPlatforms.ILeaderboard::get_id()
// 0x00000007 UnityEngine.SocialPlatforms.UserScope UnityEngine.SocialPlatforms.ILeaderboard::get_userScope()
// 0x00000008 UnityEngine.SocialPlatforms.Range UnityEngine.SocialPlatforms.ILeaderboard::get_range()
// 0x00000009 UnityEngine.SocialPlatforms.TimeScope UnityEngine.SocialPlatforms.ILeaderboard::get_timeScope()
// 0x0000000A System.Void UnityEngine.SocialPlatforms.Impl.LocalUser::.ctor()
extern void LocalUser__ctor_mF6CF1AB0E708BF7D9A03A2D9920C228AD76B7CAF ();
// 0x0000000B System.Void UnityEngine.SocialPlatforms.Impl.LocalUser::SetFriends(UnityEngine.SocialPlatforms.IUserProfile[])
extern void LocalUser_SetFriends_m2D56A73FA031F1D0E776D4C35AA85E4558A10E0F ();
// 0x0000000C System.Void UnityEngine.SocialPlatforms.Impl.LocalUser::SetAuthenticated(System.Boolean)
extern void LocalUser_SetAuthenticated_mF54904343B2A623F3B5765C59D6A8DADEA32FF2E ();
// 0x0000000D System.Void UnityEngine.SocialPlatforms.Impl.LocalUser::SetUnderage(System.Boolean)
extern void LocalUser_SetUnderage_m8ED50A92329270F163B16CC7C66167BA3CDA37BE ();
// 0x0000000E System.Boolean UnityEngine.SocialPlatforms.Impl.LocalUser::get_authenticated()
extern void LocalUser_get_authenticated_m62396464F588B23B14B84B260A25DF2614CAC88E ();
// 0x0000000F System.Void UnityEngine.SocialPlatforms.Impl.UserProfile::.ctor()
extern void UserProfile__ctor_mF78D833C03B1DF5100C4B3F6A8881F7D87139B37 ();
// 0x00000010 System.Void UnityEngine.SocialPlatforms.Impl.UserProfile::.ctor(System.String,System.String,System.Boolean,UnityEngine.SocialPlatforms.UserState,UnityEngine.Texture2D)
extern void UserProfile__ctor_mA6594E3C7514264E933C665708C784CC8436FDDD ();
// 0x00000011 System.String UnityEngine.SocialPlatforms.Impl.UserProfile::ToString()
extern void UserProfile_ToString_m0D81902057D869B99523E31058A406A8CACB36FB ();
// 0x00000012 System.Void UnityEngine.SocialPlatforms.Impl.UserProfile::SetUserName(System.String)
extern void UserProfile_SetUserName_mC279B9030E4C28E041B21CACEA9A31E339199AC3 ();
// 0x00000013 System.Void UnityEngine.SocialPlatforms.Impl.UserProfile::SetUserID(System.String)
extern void UserProfile_SetUserID_m498F118E4303653235C8BB13F2645B86101514CF ();
// 0x00000014 System.Void UnityEngine.SocialPlatforms.Impl.UserProfile::SetImage(UnityEngine.Texture2D)
extern void UserProfile_SetImage_mA0A53EC856BFB207ED300DF5C533B5E3F532A358 ();
// 0x00000015 System.String UnityEngine.SocialPlatforms.Impl.UserProfile::get_userName()
extern void UserProfile_get_userName_m767405E576E7AC1CFA320AF99B84F1FB9B91B652 ();
// 0x00000016 System.String UnityEngine.SocialPlatforms.Impl.UserProfile::get_id()
extern void UserProfile_get_id_m8288816F2E75AB08541CEC21853FA578040D8D01 ();
// 0x00000017 System.Boolean UnityEngine.SocialPlatforms.Impl.UserProfile::get_isFriend()
extern void UserProfile_get_isFriend_m0D329A8C808B89CD8FA7913C9C37E2D859B58E0C ();
// 0x00000018 UnityEngine.SocialPlatforms.UserState UnityEngine.SocialPlatforms.Impl.UserProfile::get_state()
extern void UserProfile_get_state_m5804D7408C593440C394DFCE25738F87F84A7083 ();
// 0x00000019 System.Void UnityEngine.SocialPlatforms.Impl.Achievement::.ctor(System.String,System.Double,System.Boolean,System.Boolean,System.DateTime)
extern void Achievement__ctor_mAA48272D4A209128AD6790586193EFEB5AEFD7DF ();
// 0x0000001A System.Void UnityEngine.SocialPlatforms.Impl.Achievement::.ctor(System.String,System.Double)
extern void Achievement__ctor_mC1D96433F6910F460A29E312FD0E93F86BE53D62 ();
// 0x0000001B System.Void UnityEngine.SocialPlatforms.Impl.Achievement::.ctor()
extern void Achievement__ctor_mFD0AD7265797F348074077CA833748FD5DB9C5A5 ();
// 0x0000001C System.String UnityEngine.SocialPlatforms.Impl.Achievement::ToString()
extern void Achievement_ToString_m072E2F38376A4F3CB62484A53E8291BF5BB83366 ();
// 0x0000001D System.String UnityEngine.SocialPlatforms.Impl.Achievement::get_id()
extern void Achievement_get_id_m65D4CEE48BBCE73984E402AD4C187D19EA796773 ();
// 0x0000001E System.Void UnityEngine.SocialPlatforms.Impl.Achievement::set_id(System.String)
extern void Achievement_set_id_m8A4C37A449F59F99543443B4E45FC86AC8FE6E60 ();
// 0x0000001F System.Double UnityEngine.SocialPlatforms.Impl.Achievement::get_percentCompleted()
extern void Achievement_get_percentCompleted_mE307202EA6EEC944966ED39E51B9942BA8525F89 ();
// 0x00000020 System.Void UnityEngine.SocialPlatforms.Impl.Achievement::set_percentCompleted(System.Double)
extern void Achievement_set_percentCompleted_m1CF5DB3E05F757D1B0546F3FC9CE14B252852806 ();
// 0x00000021 System.Boolean UnityEngine.SocialPlatforms.Impl.Achievement::get_completed()
extern void Achievement_get_completed_mCF8C4F5E55CFA89610BB6818DB9D9AAA59A90102 ();
// 0x00000022 System.Boolean UnityEngine.SocialPlatforms.Impl.Achievement::get_hidden()
extern void Achievement_get_hidden_mE1167D6D8357A194DC5C222F431B5ABB54AA141E ();
// 0x00000023 System.DateTime UnityEngine.SocialPlatforms.Impl.Achievement::get_lastReportedDate()
extern void Achievement_get_lastReportedDate_m88AADE3786761C2A815E3856E74C2274219C487F ();
// 0x00000024 System.Void UnityEngine.SocialPlatforms.Impl.AchievementDescription::.ctor(System.String,System.String,UnityEngine.Texture2D,System.String,System.String,System.Boolean,System.Int32)
extern void AchievementDescription__ctor_m24CE1C3B2B01706A79B3D1F4FAE892B90817D1C0 ();
// 0x00000025 System.String UnityEngine.SocialPlatforms.Impl.AchievementDescription::ToString()
extern void AchievementDescription_ToString_m9EAC0DB1813D2BE3DF823FED5185B2AEDD49BCD0 ();
// 0x00000026 System.Void UnityEngine.SocialPlatforms.Impl.AchievementDescription::SetImage(UnityEngine.Texture2D)
extern void AchievementDescription_SetImage_mD2CBB9B7A5A138F8F3278A0C5CB2D0FA591EB1B2 ();
// 0x00000027 System.String UnityEngine.SocialPlatforms.Impl.AchievementDescription::get_id()
extern void AchievementDescription_get_id_m2AF21B25C05E8C733EBA2D856534299C6DCF0FDC ();
// 0x00000028 System.Void UnityEngine.SocialPlatforms.Impl.AchievementDescription::set_id(System.String)
extern void AchievementDescription_set_id_mB7EDF27F58B8E16C2815BFD76FB5CC564C68D29D ();
// 0x00000029 System.String UnityEngine.SocialPlatforms.Impl.AchievementDescription::get_title()
extern void AchievementDescription_get_title_m016F5C73762A3054A3F9BF3C9FC5D265DE916ACA ();
// 0x0000002A System.String UnityEngine.SocialPlatforms.Impl.AchievementDescription::get_achievedDescription()
extern void AchievementDescription_get_achievedDescription_mE06109A59CA8B1B122490881431BEF912B49A8FF ();
// 0x0000002B System.String UnityEngine.SocialPlatforms.Impl.AchievementDescription::get_unachievedDescription()
extern void AchievementDescription_get_unachievedDescription_m5515B03FB61345B75B87E68D944CB1F8202BA1EE ();
// 0x0000002C System.Boolean UnityEngine.SocialPlatforms.Impl.AchievementDescription::get_hidden()
extern void AchievementDescription_get_hidden_mE5B473E83CC02D5AABA40AEA744E4E8906CC84DC ();
// 0x0000002D System.Int32 UnityEngine.SocialPlatforms.Impl.AchievementDescription::get_points()
extern void AchievementDescription_get_points_mF84D543E614C28818ABA12E7F8C5F4C4628CA1BF ();
// 0x0000002E System.Void UnityEngine.SocialPlatforms.Impl.Score::.ctor(System.String,System.Int64)
extern void Score__ctor_m0357B385C1CB627C9516F42B25E03E4762CDB31E ();
// 0x0000002F System.Void UnityEngine.SocialPlatforms.Impl.Score::.ctor(System.String,System.Int64,System.String,System.DateTime,System.String,System.Int32)
extern void Score__ctor_m927C21269C57AEFAD73F413EDD17DD7BFA3A5183 ();
// 0x00000030 System.String UnityEngine.SocialPlatforms.Impl.Score::ToString()
extern void Score_ToString_m11F1EEABEE6073309E0FE0249E2AD2AAC69E1636 ();
// 0x00000031 System.String UnityEngine.SocialPlatforms.Impl.Score::get_leaderboardID()
extern void Score_get_leaderboardID_mDF71D3E6E7B945D70264EFA9DDC5DA4AE51890FD ();
// 0x00000032 System.Void UnityEngine.SocialPlatforms.Impl.Score::set_leaderboardID(System.String)
extern void Score_set_leaderboardID_mDDB6ECCB7DE7A251865082CD84BF822AC96DF5F5 ();
// 0x00000033 System.Int64 UnityEngine.SocialPlatforms.Impl.Score::get_value()
extern void Score_get_value_m09D611022A4EEA85CDADB38BCC5FF86ECD5620D3 ();
// 0x00000034 System.Void UnityEngine.SocialPlatforms.Impl.Score::set_value(System.Int64)
extern void Score_set_value_m639986A2BE14ADB1D34F7636E32180326F9B3853 ();
// 0x00000035 System.Void UnityEngine.SocialPlatforms.Impl.Leaderboard::.ctor()
extern void Leaderboard__ctor_m8F95E90F59DC4DDAE4E51DA78AEEE3BD8152E058 ();
// 0x00000036 System.String UnityEngine.SocialPlatforms.Impl.Leaderboard::ToString()
extern void Leaderboard_ToString_mB512C42B4ADE3A04D903351568DD78E3E309A2BA ();
// 0x00000037 System.Void UnityEngine.SocialPlatforms.Impl.Leaderboard::SetLocalUserScore(UnityEngine.SocialPlatforms.IScore)
extern void Leaderboard_SetLocalUserScore_mAB372AEA7D1B43CEA442F0AD8240CE768DC34932 ();
// 0x00000038 System.Void UnityEngine.SocialPlatforms.Impl.Leaderboard::SetMaxRange(System.UInt32)
extern void Leaderboard_SetMaxRange_m8A1E703B5FCAFAC615446705143C034C631541B6 ();
// 0x00000039 System.Void UnityEngine.SocialPlatforms.Impl.Leaderboard::SetScores(UnityEngine.SocialPlatforms.IScore[])
extern void Leaderboard_SetScores_m64F8F1A13C1EAD88C6BD62C886DE76726662B4DA ();
// 0x0000003A System.Void UnityEngine.SocialPlatforms.Impl.Leaderboard::SetTitle(System.String)
extern void Leaderboard_SetTitle_mE979DA82717ECC37419BF0327AE6C24FEFBAD1FA ();
// 0x0000003B System.String[] UnityEngine.SocialPlatforms.Impl.Leaderboard::GetUserFilter()
extern void Leaderboard_GetUserFilter_m742884C530786E1463900F5346A75BEC6D226951 ();
// 0x0000003C System.String UnityEngine.SocialPlatforms.Impl.Leaderboard::get_id()
extern void Leaderboard_get_id_m0AE8709B2858B97A0D7DD2FDC9B2D1D9243D64F3 ();
// 0x0000003D System.Void UnityEngine.SocialPlatforms.Impl.Leaderboard::set_id(System.String)
extern void Leaderboard_set_id_m64F963FFF8996AFB621CAA4099473644FD4CBA08 ();
// 0x0000003E UnityEngine.SocialPlatforms.UserScope UnityEngine.SocialPlatforms.Impl.Leaderboard::get_userScope()
extern void Leaderboard_get_userScope_m861E532FA53D0C073A0CFD53E94978C008233F22 ();
// 0x0000003F System.Void UnityEngine.SocialPlatforms.Impl.Leaderboard::set_userScope(UnityEngine.SocialPlatforms.UserScope)
extern void Leaderboard_set_userScope_m679EE7E211B46FAE030B49D08922D173B7E0F4E3 ();
// 0x00000040 UnityEngine.SocialPlatforms.Range UnityEngine.SocialPlatforms.Impl.Leaderboard::get_range()
extern void Leaderboard_get_range_m5E964AEA16E5A443357BA8656DA09CCF8283B4F3 ();
// 0x00000041 System.Void UnityEngine.SocialPlatforms.Impl.Leaderboard::set_range(UnityEngine.SocialPlatforms.Range)
extern void Leaderboard_set_range_mB7A8EBE408EFFEEE01CFBE57339DCDE3C1E1F9BB ();
// 0x00000042 UnityEngine.SocialPlatforms.TimeScope UnityEngine.SocialPlatforms.Impl.Leaderboard::get_timeScope()
extern void Leaderboard_get_timeScope_mEC73B36FA70E5C16B86EFB1F589791990D55939C ();
// 0x00000043 System.Void UnityEngine.SocialPlatforms.Impl.Leaderboard::set_timeScope(UnityEngine.SocialPlatforms.TimeScope)
extern void Leaderboard_set_timeScope_m274E25FF5E1BD4ED3A2938EFBA6B1B279EC973D7 ();
// 0x00000044 UnityEngine.SocialPlatforms.Impl.UserProfile UnityEngine.SocialPlatforms.GameCenter.GcUserProfileData::ToUserProfile()
extern void GcUserProfileData_ToUserProfile_m6A2C008AE96EEA7E87D7FC34DBEE1696397D43EE_AdjustorThunk ();
// 0x00000045 System.Void UnityEngine.SocialPlatforms.GameCenter.GcUserProfileData::AddToArray(UnityEngine.SocialPlatforms.Impl.UserProfile[]&,System.Int32)
extern void GcUserProfileData_AddToArray_mD241FE502DB542C6F7E8D6C26E3C87E90BB5C1BF_AdjustorThunk ();
// 0x00000046 UnityEngine.SocialPlatforms.Impl.AchievementDescription UnityEngine.SocialPlatforms.GameCenter.GcAchievementDescriptionData::ToAchievementDescription()
extern void GcAchievementDescriptionData_ToAchievementDescription_m26EB1947BD0A47631DA0AE2774943632438D09A4_AdjustorThunk ();
// 0x00000047 UnityEngine.SocialPlatforms.Impl.Achievement UnityEngine.SocialPlatforms.GameCenter.GcAchievementData::ToAchievement()
extern void GcAchievementData_ToAchievement_m68163CAAD3EC0956D14139A9F389DB3E5AF3AB65_AdjustorThunk ();
// 0x00000048 UnityEngine.SocialPlatforms.Impl.Score UnityEngine.SocialPlatforms.GameCenter.GcScoreData::ToScore()
extern void GcScoreData_ToScore_m9DC49F4E452B1CE181C287AAFBF0C25B9B9F2751_AdjustorThunk ();
// 0x00000049 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ClearAchievementDescriptions(System.Int32)
extern void GameCenterPlatform_ClearAchievementDescriptions_m7F921CF00D318B0066B0885949A53A055443AAED ();
// 0x0000004A System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::SetAchievementDescription(UnityEngine.SocialPlatforms.GameCenter.GcAchievementDescriptionData,System.Int32)
extern void GameCenterPlatform_SetAchievementDescription_m22034B0B0169BFC2952C9F7BEA9FE66B71763E98 ();
// 0x0000004B System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::SetAchievementDescriptionImage(UnityEngine.Texture2D,System.Int32)
extern void GameCenterPlatform_SetAchievementDescriptionImage_m22362F3D0FE5CD8E4564485AF73E581F0CFC2530 ();
// 0x0000004C System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::TriggerAchievementDescriptionCallback(System.Action`1<UnityEngine.SocialPlatforms.IAchievementDescription[]>)
extern void GameCenterPlatform_TriggerAchievementDescriptionCallback_m09DC6BC55C98E2700F23B66BAC810C509B27F143 ();
// 0x0000004D System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::AuthenticateCallbackWrapper(System.Int32,System.String)
extern void GameCenterPlatform_AuthenticateCallbackWrapper_mA99B7900A403D803B44C9B5476B646AF41A17737 ();
// 0x0000004E System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ClearFriends(System.Int32)
extern void GameCenterPlatform_ClearFriends_m573BB9E53E61AEBB33ECF132FBF8FA82D90933A2 ();
// 0x0000004F System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::SetFriends(UnityEngine.SocialPlatforms.GameCenter.GcUserProfileData,System.Int32)
extern void GameCenterPlatform_SetFriends_mD12D62784ADB7D0E451ADD6BF2E8ADF7E5B32E48 ();
// 0x00000050 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::SetFriendImage(UnityEngine.Texture2D,System.Int32)
extern void GameCenterPlatform_SetFriendImage_m350F70E69ECB722408FA529CA58F2E6A03685F6D ();
// 0x00000051 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::TriggerFriendsCallbackWrapper(System.Action`1<System.Boolean>,System.Int32)
extern void GameCenterPlatform_TriggerFriendsCallbackWrapper_m614E78AA3798F175FA76C2372CBB789450CE0637 ();
// 0x00000052 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::AchievementCallbackWrapper(System.Action`1<UnityEngine.SocialPlatforms.IAchievement[]>,UnityEngine.SocialPlatforms.GameCenter.GcAchievementData[])
extern void GameCenterPlatform_AchievementCallbackWrapper_m0C23AEE3CAAA4B1AC51E70856A91C21CB002F626 ();
// 0x00000053 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ProgressCallbackWrapper(System.Action`1<System.Boolean>,System.Boolean)
extern void GameCenterPlatform_ProgressCallbackWrapper_mEC7A56AF7F83F9D393B1A67C8577485272C2BEEE ();
// 0x00000054 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ScoreCallbackWrapper(System.Action`1<System.Boolean>,System.Boolean)
extern void GameCenterPlatform_ScoreCallbackWrapper_m798BEA70EFAB5CA6376ED2BFFC641527A4C2A475 ();
// 0x00000055 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ScoreLoaderCallbackWrapper(System.Action`1<UnityEngine.SocialPlatforms.IScore[]>,UnityEngine.SocialPlatforms.GameCenter.GcScoreData[])
extern void GameCenterPlatform_ScoreLoaderCallbackWrapper_mD50F061DE58C59799059DB89C3798CCD46802AF0 ();
// 0x00000056 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::UnityEngine.SocialPlatforms.ISocialPlatform.LoadFriends(UnityEngine.SocialPlatforms.ILocalUser,System.Action`1<System.Boolean>)
extern void GameCenterPlatform_UnityEngine_SocialPlatforms_ISocialPlatform_LoadFriends_m19E27A9CF653D9FD682E1BA31D1C0EFBC77E290D ();
// 0x00000057 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate(UnityEngine.SocialPlatforms.ILocalUser,System.Action`1<System.Boolean>)
extern void GameCenterPlatform_UnityEngine_SocialPlatforms_ISocialPlatform_Authenticate_m7811D8F8CF20B85FDC1C13032017EA5B99EB13A3 ();
// 0x00000058 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate(UnityEngine.SocialPlatforms.ILocalUser,System.Action`2<System.Boolean,System.String>)
extern void GameCenterPlatform_UnityEngine_SocialPlatforms_ISocialPlatform_Authenticate_m84D9977AFAB5E0AD9033DAB8C8FA30CE23367CA1 ();
// 0x00000059 UnityEngine.SocialPlatforms.ILocalUser UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::get_localUser()
extern void GameCenterPlatform_get_localUser_m8F93A5D52B7DDA95087457B93FE5896A3D617574 ();
// 0x0000005A System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::PopulateLocalUser()
extern void GameCenterPlatform_PopulateLocalUser_mDF28CD88F2A5F7876D552292A49516AD8CC764C5 ();
// 0x0000005B System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::LoadAchievementDescriptions(System.Action`1<UnityEngine.SocialPlatforms.IAchievementDescription[]>)
extern void GameCenterPlatform_LoadAchievementDescriptions_m619A1441FA577ACF0C720AAEF5330C31AEEE0DA0 ();
// 0x0000005C System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ReportProgress(System.String,System.Double,System.Action`1<System.Boolean>)
extern void GameCenterPlatform_ReportProgress_m2DB85E674908FC563114B450E90BDB289FB27B73 ();
// 0x0000005D System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::LoadAchievements(System.Action`1<UnityEngine.SocialPlatforms.IAchievement[]>)
extern void GameCenterPlatform_LoadAchievements_m511094E81095824E1570EB71F7E6C52B60FDDBC1 ();
// 0x0000005E System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ReportScore(System.Int64,System.String,System.Action`1<System.Boolean>)
extern void GameCenterPlatform_ReportScore_m56BC17E1A7A7259E816316F0D269146A667FAE16 ();
// 0x0000005F System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::LoadScores(System.String,System.Action`1<UnityEngine.SocialPlatforms.IScore[]>)
extern void GameCenterPlatform_LoadScores_mA0DE10133133352E416E0B932413158E6E8C0949 ();
// 0x00000060 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::LoadScores(UnityEngine.SocialPlatforms.ILeaderboard,System.Action`1<System.Boolean>)
extern void GameCenterPlatform_LoadScores_m2B3AB37E89FE284D8FCA47FD989DF6363163964A ();
// 0x00000061 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::LeaderboardCallbackWrapper(System.Action`1<System.Boolean>,System.Boolean)
extern void GameCenterPlatform_LeaderboardCallbackWrapper_mC6C8BCFCA2B6B7EB97CB2A676425D383DF863063 ();
// 0x00000062 System.Boolean UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::GetLoading(UnityEngine.SocialPlatforms.ILeaderboard)
extern void GameCenterPlatform_GetLoading_m42814EF4125F6721D43891D1247998497557A066 ();
// 0x00000063 System.Boolean UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::VerifyAuthentication()
extern void GameCenterPlatform_VerifyAuthentication_mADC6AF7EE8732293AC78D8CB2C99AFC830A339D2 ();
// 0x00000064 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ShowAchievementsUI()
extern void GameCenterPlatform_ShowAchievementsUI_m8EA85BC1EB82B6E9D0FEEBDEB85B1B78B32BE63C ();
// 0x00000065 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ShowLeaderboardUI()
extern void GameCenterPlatform_ShowLeaderboardUI_mA945348143950329403D3A3695D766935C1F6B02 ();
// 0x00000066 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ClearUsers(System.Int32)
extern void GameCenterPlatform_ClearUsers_m8CC336ADC4E485093A3FA491D64F8E044930B639 ();
// 0x00000067 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::SetUser(UnityEngine.SocialPlatforms.GameCenter.GcUserProfileData,System.Int32)
extern void GameCenterPlatform_SetUser_mE5D2A6ADDA1AA1F67EDEA2A134CC27FE13281E2C ();
// 0x00000068 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::SetUserImage(UnityEngine.Texture2D,System.Int32)
extern void GameCenterPlatform_SetUserImage_mAD885C2896401E21E6174C1302E805BBAE4F62FB ();
// 0x00000069 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::TriggerUsersCallbackWrapper(System.Action`1<UnityEngine.SocialPlatforms.IUserProfile[]>)
extern void GameCenterPlatform_TriggerUsersCallbackWrapper_m9F05E787D1BC8CF32F64B242D58D570376202E75 ();
// 0x0000006A System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::LoadUsers(System.String[],System.Action`1<UnityEngine.SocialPlatforms.IUserProfile[]>)
extern void GameCenterPlatform_LoadUsers_m32C6C06FCF7061EE60A228A45AC45EAB05535651 ();
// 0x0000006B System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::SafeSetUserImage(UnityEngine.SocialPlatforms.Impl.UserProfile[]&,UnityEngine.Texture2D,System.Int32)
extern void GameCenterPlatform_SafeSetUserImage_m111C5CC581C86D59B278C1553FAB8D0013D87514 ();
// 0x0000006C System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::SafeClearArray(UnityEngine.SocialPlatforms.Impl.UserProfile[]&,System.Int32)
extern void GameCenterPlatform_SafeClearArray_mA176FDD6344AC1256E2F9734816629653C77B689 ();
// 0x0000006D UnityEngine.SocialPlatforms.ILeaderboard UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::CreateLeaderboard()
extern void GameCenterPlatform_CreateLeaderboard_mDD16B8197C722D505E85353BCC83C70CBD30ECD1 ();
// 0x0000006E UnityEngine.SocialPlatforms.IAchievement UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::CreateAchievement()
extern void GameCenterPlatform_CreateAchievement_mF3ED9EBCBA43285AB66906263F3BAF0FE24360CE ();
// 0x0000006F System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::TriggerResetAchievementCallback(System.Boolean)
extern void GameCenterPlatform_TriggerResetAchievementCallback_m31809E3C7A5953F06CA8CA45C8F864F4ED75BA2F ();
// 0x00000070 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::Authenticate()
extern void GameCenterPlatform_Authenticate_mEBB0A09E401253989C90C4CF12B3C369CBBE369B ();
// 0x00000071 System.Boolean UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::GetAuthenticated()
extern void GameCenterPlatform_GetAuthenticated_mD6F0E0605ECD661A59A450DA256E6B70A3E9F6CB ();
// 0x00000072 System.String UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::Internal_UserName()
extern void GameCenterPlatform_Internal_UserName_m6AC7C02E903C355E24AB0AD703C1CDDC1F663638 ();
// 0x00000073 System.String UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::Internal_UserID()
extern void GameCenterPlatform_Internal_UserID_m9F210A0D743A528E4B17A8656E5E15486CB17010 ();
// 0x00000074 System.Boolean UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::GetIsUnderage()
extern void GameCenterPlatform_GetIsUnderage_mB1889A6D0F54F96772591EA7849BDB0D7B68187C ();
// 0x00000075 UnityEngine.Texture2D UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::GetUserImage()
extern void GameCenterPlatform_GetUserImage_m71B11BAA34D99DEF16629C8B825AF0CBD319ABE3 ();
// 0x00000076 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::LoadFriends(System.Object)
extern void GameCenterPlatform_LoadFriends_m3998D2B5F37710A6A62C2C13A4A4E4A3F873DC0F ();
// 0x00000077 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::InternalLoadAchievementDescriptions(System.Object)
extern void GameCenterPlatform_InternalLoadAchievementDescriptions_m863C302DF81896920B02D3DF0CFA7C9DC76449C6 ();
// 0x00000078 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::InternalLoadAchievements(System.Object)
extern void GameCenterPlatform_InternalLoadAchievements_m745C18125EE3568A598A97CCB79AA7C7F5C84A08 ();
// 0x00000079 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::InternalReportProgress(System.String,System.Double,System.Object)
extern void GameCenterPlatform_InternalReportProgress_m4E6156595259DECE0D613A2EB35D3AE14E3F52E3 ();
// 0x0000007A System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::InternalReportScore(System.Int64,System.String,System.Object)
extern void GameCenterPlatform_InternalReportScore_m76469D7BD15F4952A39AEBE6CDFADD4885405AF5 ();
// 0x0000007B System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::InternalLoadScores(System.String,System.Object)
extern void GameCenterPlatform_InternalLoadScores_m79DD8629E3FF1C7A9D6C556E92833AB9B7446E85 ();
// 0x0000007C System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::Internal_ShowAchievementsUI()
extern void GameCenterPlatform_Internal_ShowAchievementsUI_mF8918C759D2F3F03777CEB37DC964BBFFD96033B ();
// 0x0000007D System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::Internal_ShowLeaderboardUI()
extern void GameCenterPlatform_Internal_ShowLeaderboardUI_m19DE955B145FE5D22BF07DAA404A5E39FD446B81 ();
// 0x0000007E System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::Internal_LoadUsers(System.String[],System.Object)
extern void GameCenterPlatform_Internal_LoadUsers_m600A4F867E6123361AC900947B4BE0961FA9156D ();
// 0x0000007F System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ResetAllAchievements()
extern void GameCenterPlatform_ResetAllAchievements_m4F0D2746E38E079A5CB690331B52C3801AF10AD5 ();
// 0x00000080 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ShowDefaultAchievementBanner(System.Boolean)
extern void GameCenterPlatform_ShowDefaultAchievementBanner_mD01D4715695A2451B60FD90CEA83A18DC1410798 ();
// 0x00000081 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ResetAllAchievements(System.Action`1<System.Boolean>)
extern void GameCenterPlatform_ResetAllAchievements_m99ADD89A76CEAEAF0523B8882A54E16352C5030F ();
// 0x00000082 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ShowDefaultAchievementCompletionBanner(System.Boolean)
extern void GameCenterPlatform_ShowDefaultAchievementCompletionBanner_m5EA44C4E2178E4721A7349B37F54257041195518 ();
// 0x00000083 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ShowLeaderboardUI(System.String,UnityEngine.SocialPlatforms.TimeScope)
extern void GameCenterPlatform_ShowLeaderboardUI_m61D191B17C409D0A58ACF8F8C3CB33ECA5D0D446 ();
// 0x00000084 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::ShowSpecificLeaderboardUI(System.String,System.Int32)
extern void GameCenterPlatform_ShowSpecificLeaderboardUI_mF1F7EAE1E5E21CB8BE9D2F1A24695F0EFD96ABA8 ();
// 0x00000085 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::.ctor()
extern void GameCenterPlatform__ctor_m0218E354092ABBC536E805DF44E3DC3ED39CAA94 ();
// 0x00000086 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform::.cctor()
extern void GameCenterPlatform__cctor_mD90E0FFB8A51FB44B2F162864C16F5B05794BC69 ();
// 0x00000087 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform_<>c__DisplayClass21_0::.ctor()
extern void U3CU3Ec__DisplayClass21_0__ctor_mF033AA4009FFDFD750872DEDFABCF8EE63C1324C ();
// 0x00000088 System.Void UnityEngine.SocialPlatforms.GameCenter.GameCenterPlatform_<>c__DisplayClass21_0::<UnityEngine.SocialPlatforms.ISocialPlatform.Authenticate>b__0(System.Boolean,System.String)
extern void U3CU3Ec__DisplayClass21_0_U3CUnityEngine_SocialPlatforms_ISocialPlatform_AuthenticateU3Eb__0_m2B32A3334FF69B3F1485CBADA8375037EA852CA8 ();
// 0x00000089 System.Void UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::.ctor(UnityEngine.SocialPlatforms.Impl.Leaderboard)
extern void GcLeaderboard__ctor_m803631287377CD2E2123E9C3AC324434DAB2DD60 ();
// 0x0000008A System.Void UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::Finalize()
extern void GcLeaderboard_Finalize_mF6A484C7892D56DA2FE2AE79A82A2E508EDB89D2 ();
// 0x0000008B System.Boolean UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::Contains(UnityEngine.SocialPlatforms.Impl.Leaderboard)
extern void GcLeaderboard_Contains_mD5E247A8CC20AEEBB749290A0EC9DB54C199491C ();
// 0x0000008C System.Void UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::SetScores(UnityEngine.SocialPlatforms.GameCenter.GcScoreData[])
extern void GcLeaderboard_SetScores_mA323C4F74799C250504B2F4237A7F35977D22C68 ();
// 0x0000008D System.Void UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::SetLocalScore(UnityEngine.SocialPlatforms.GameCenter.GcScoreData)
extern void GcLeaderboard_SetLocalScore_mA14668AC42B7B5B37479AEF3E25973FFD80611A9 ();
// 0x0000008E System.Void UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::SetMaxRange(System.UInt32)
extern void GcLeaderboard_SetMaxRange_mE8B6D4C27F090BDFBBD3412D9F69288430FC10EA ();
// 0x0000008F System.Void UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::SetTitle(System.String)
extern void GcLeaderboard_SetTitle_m84D34F28AA7C094B1F8DD53D0B41BC694CEB2FC0 ();
// 0x00000090 System.Void UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::Internal_LoadScores(System.String,System.Int32,System.Int32,System.String[],System.Int32,System.Int32,System.Object)
extern void GcLeaderboard_Internal_LoadScores_mAD6741E3630CF35B623BD348D8CD0B3EEB954C8C ();
// 0x00000091 System.IntPtr UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::GcLeaderboard_LoadScores(System.Object,System.String,System.Int32,System.Int32,System.String[],System.Int32,System.Int32,System.Object)
extern void GcLeaderboard_GcLeaderboard_LoadScores_mB8A35B585F85E2BEBC3157A957200CA3CDED4000 ();
// 0x00000092 System.Boolean UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::Loading()
extern void GcLeaderboard_Loading_m51E7EF2E867475EB85503FED334A15B9010319DF ();
// 0x00000093 System.Boolean UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::GcLeaderboard_Loading(System.IntPtr)
extern void GcLeaderboard_GcLeaderboard_Loading_m4C8D863450A72EFE066476EFD99C7B826EF07BCB ();
// 0x00000094 System.Void UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::Dispose()
extern void GcLeaderboard_Dispose_m53C9518649D937708F2665320AD03D769B8D22B4 ();
// 0x00000095 System.Void UnityEngine.SocialPlatforms.GameCenter.GcLeaderboard::GcLeaderboard_Dispose(System.IntPtr)
extern void GcLeaderboard_GcLeaderboard_Dispose_m3871069EBD50B9B205166C813C7D0EC622F1EAB8 ();
static Il2CppMethodPointer s_methodPointers[149] =
{
NULL,
NULL,
NULL,
NULL,
Range__ctor_m464C0B9EC4D5509770E152A5D935EDF1B3A325D0_AdjustorThunk,
NULL,
NULL,
NULL,
NULL,
LocalUser__ctor_mF6CF1AB0E708BF7D9A03A2D9920C228AD76B7CAF,
LocalUser_SetFriends_m2D56A73FA031F1D0E776D4C35AA85E4558A10E0F,
LocalUser_SetAuthenticated_mF54904343B2A623F3B5765C59D6A8DADEA32FF2E,
LocalUser_SetUnderage_m8ED50A92329270F163B16CC7C66167BA3CDA37BE,
LocalUser_get_authenticated_m62396464F588B23B14B84B260A25DF2614CAC88E,
UserProfile__ctor_mF78D833C03B1DF5100C4B3F6A8881F7D87139B37,
UserProfile__ctor_mA6594E3C7514264E933C665708C784CC8436FDDD,
UserProfile_ToString_m0D81902057D869B99523E31058A406A8CACB36FB,
UserProfile_SetUserName_mC279B9030E4C28E041B21CACEA9A31E339199AC3,
UserProfile_SetUserID_m498F118E4303653235C8BB13F2645B86101514CF,
UserProfile_SetImage_mA0A53EC856BFB207ED300DF5C533B5E3F532A358,
UserProfile_get_userName_m767405E576E7AC1CFA320AF99B84F1FB9B91B652,
UserProfile_get_id_m8288816F2E75AB08541CEC21853FA578040D8D01,
UserProfile_get_isFriend_m0D329A8C808B89CD8FA7913C9C37E2D859B58E0C,
UserProfile_get_state_m5804D7408C593440C394DFCE25738F87F84A7083,
Achievement__ctor_mAA48272D4A209128AD6790586193EFEB5AEFD7DF,
Achievement__ctor_mC1D96433F6910F460A29E312FD0E93F86BE53D62,
Achievement__ctor_mFD0AD7265797F348074077CA833748FD5DB9C5A5,
Achievement_ToString_m072E2F38376A4F3CB62484A53E8291BF5BB83366,
Achievement_get_id_m65D4CEE48BBCE73984E402AD4C187D19EA796773,
Achievement_set_id_m8A4C37A449F59F99543443B4E45FC86AC8FE6E60,
Achievement_get_percentCompleted_mE307202EA6EEC944966ED39E51B9942BA8525F89,
Achievement_set_percentCompleted_m1CF5DB3E05F757D1B0546F3FC9CE14B252852806,
Achievement_get_completed_mCF8C4F5E55CFA89610BB6818DB9D9AAA59A90102,
Achievement_get_hidden_mE1167D6D8357A194DC5C222F431B5ABB54AA141E,
Achievement_get_lastReportedDate_m88AADE3786761C2A815E3856E74C2274219C487F,
AchievementDescription__ctor_m24CE1C3B2B01706A79B3D1F4FAE892B90817D1C0,
AchievementDescription_ToString_m9EAC0DB1813D2BE3DF823FED5185B2AEDD49BCD0,
AchievementDescription_SetImage_mD2CBB9B7A5A138F8F3278A0C5CB2D0FA591EB1B2,
AchievementDescription_get_id_m2AF21B25C05E8C733EBA2D856534299C6DCF0FDC,
AchievementDescription_set_id_mB7EDF27F58B8E16C2815BFD76FB5CC564C68D29D,
AchievementDescription_get_title_m016F5C73762A3054A3F9BF3C9FC5D265DE916ACA,
AchievementDescription_get_achievedDescription_mE06109A59CA8B1B122490881431BEF912B49A8FF,
AchievementDescription_get_unachievedDescription_m5515B03FB61345B75B87E68D944CB1F8202BA1EE,
AchievementDescription_get_hidden_mE5B473E83CC02D5AABA40AEA744E4E8906CC84DC,
AchievementDescription_get_points_mF84D543E614C28818ABA12E7F8C5F4C4628CA1BF,
Score__ctor_m0357B385C1CB627C9516F42B25E03E4762CDB31E,
Score__ctor_m927C21269C57AEFAD73F413EDD17DD7BFA3A5183,
Score_ToString_m11F1EEABEE6073309E0FE0249E2AD2AAC69E1636,
Score_get_leaderboardID_mDF71D3E6E7B945D70264EFA9DDC5DA4AE51890FD,
Score_set_leaderboardID_mDDB6ECCB7DE7A251865082CD84BF822AC96DF5F5,
Score_get_value_m09D611022A4EEA85CDADB38BCC5FF86ECD5620D3,
Score_set_value_m639986A2BE14ADB1D34F7636E32180326F9B3853,
Leaderboard__ctor_m8F95E90F59DC4DDAE4E51DA78AEEE3BD8152E058,
Leaderboard_ToString_mB512C42B4ADE3A04D903351568DD78E3E309A2BA,
Leaderboard_SetLocalUserScore_mAB372AEA7D1B43CEA442F0AD8240CE768DC34932,
Leaderboard_SetMaxRange_m8A1E703B5FCAFAC615446705143C034C631541B6,
Leaderboard_SetScores_m64F8F1A13C1EAD88C6BD62C886DE76726662B4DA,
Leaderboard_SetTitle_mE979DA82717ECC37419BF0327AE6C24FEFBAD1FA,
Leaderboard_GetUserFilter_m742884C530786E1463900F5346A75BEC6D226951,
Leaderboard_get_id_m0AE8709B2858B97A0D7DD2FDC9B2D1D9243D64F3,
Leaderboard_set_id_m64F963FFF8996AFB621CAA4099473644FD4CBA08,
Leaderboard_get_userScope_m861E532FA53D0C073A0CFD53E94978C008233F22,
Leaderboard_set_userScope_m679EE7E211B46FAE030B49D08922D173B7E0F4E3,
Leaderboard_get_range_m5E964AEA16E5A443357BA8656DA09CCF8283B4F3,
Leaderboard_set_range_mB7A8EBE408EFFEEE01CFBE57339DCDE3C1E1F9BB,
Leaderboard_get_timeScope_mEC73B36FA70E5C16B86EFB1F589791990D55939C,
Leaderboard_set_timeScope_m274E25FF5E1BD4ED3A2938EFBA6B1B279EC973D7,
GcUserProfileData_ToUserProfile_m6A2C008AE96EEA7E87D7FC34DBEE1696397D43EE_AdjustorThunk,
GcUserProfileData_AddToArray_mD241FE502DB542C6F7E8D6C26E3C87E90BB5C1BF_AdjustorThunk,
GcAchievementDescriptionData_ToAchievementDescription_m26EB1947BD0A47631DA0AE2774943632438D09A4_AdjustorThunk,
GcAchievementData_ToAchievement_m68163CAAD3EC0956D14139A9F389DB3E5AF3AB65_AdjustorThunk,
GcScoreData_ToScore_m9DC49F4E452B1CE181C287AAFBF0C25B9B9F2751_AdjustorThunk,
GameCenterPlatform_ClearAchievementDescriptions_m7F921CF00D318B0066B0885949A53A055443AAED,
GameCenterPlatform_SetAchievementDescription_m22034B0B0169BFC2952C9F7BEA9FE66B71763E98,
GameCenterPlatform_SetAchievementDescriptionImage_m22362F3D0FE5CD8E4564485AF73E581F0CFC2530,
GameCenterPlatform_TriggerAchievementDescriptionCallback_m09DC6BC55C98E2700F23B66BAC810C509B27F143,
GameCenterPlatform_AuthenticateCallbackWrapper_mA99B7900A403D803B44C9B5476B646AF41A17737,
GameCenterPlatform_ClearFriends_m573BB9E53E61AEBB33ECF132FBF8FA82D90933A2,
GameCenterPlatform_SetFriends_mD12D62784ADB7D0E451ADD6BF2E8ADF7E5B32E48,
GameCenterPlatform_SetFriendImage_m350F70E69ECB722408FA529CA58F2E6A03685F6D,
GameCenterPlatform_TriggerFriendsCallbackWrapper_m614E78AA3798F175FA76C2372CBB789450CE0637,
GameCenterPlatform_AchievementCallbackWrapper_m0C23AEE3CAAA4B1AC51E70856A91C21CB002F626,
GameCenterPlatform_ProgressCallbackWrapper_mEC7A56AF7F83F9D393B1A67C8577485272C2BEEE,
GameCenterPlatform_ScoreCallbackWrapper_m798BEA70EFAB5CA6376ED2BFFC641527A4C2A475,
GameCenterPlatform_ScoreLoaderCallbackWrapper_mD50F061DE58C59799059DB89C3798CCD46802AF0,
GameCenterPlatform_UnityEngine_SocialPlatforms_ISocialPlatform_LoadFriends_m19E27A9CF653D9FD682E1BA31D1C0EFBC77E290D,
GameCenterPlatform_UnityEngine_SocialPlatforms_ISocialPlatform_Authenticate_m7811D8F8CF20B85FDC1C13032017EA5B99EB13A3,
GameCenterPlatform_UnityEngine_SocialPlatforms_ISocialPlatform_Authenticate_m84D9977AFAB5E0AD9033DAB8C8FA30CE23367CA1,
GameCenterPlatform_get_localUser_m8F93A5D52B7DDA95087457B93FE5896A3D617574,
GameCenterPlatform_PopulateLocalUser_mDF28CD88F2A5F7876D552292A49516AD8CC764C5,
GameCenterPlatform_LoadAchievementDescriptions_m619A1441FA577ACF0C720AAEF5330C31AEEE0DA0,
GameCenterPlatform_ReportProgress_m2DB85E674908FC563114B450E90BDB289FB27B73,
GameCenterPlatform_LoadAchievements_m511094E81095824E1570EB71F7E6C52B60FDDBC1,
GameCenterPlatform_ReportScore_m56BC17E1A7A7259E816316F0D269146A667FAE16,
GameCenterPlatform_LoadScores_mA0DE10133133352E416E0B932413158E6E8C0949,
GameCenterPlatform_LoadScores_m2B3AB37E89FE284D8FCA47FD989DF6363163964A,
GameCenterPlatform_LeaderboardCallbackWrapper_mC6C8BCFCA2B6B7EB97CB2A676425D383DF863063,
GameCenterPlatform_GetLoading_m42814EF4125F6721D43891D1247998497557A066,
GameCenterPlatform_VerifyAuthentication_mADC6AF7EE8732293AC78D8CB2C99AFC830A339D2,
GameCenterPlatform_ShowAchievementsUI_m8EA85BC1EB82B6E9D0FEEBDEB85B1B78B32BE63C,
GameCenterPlatform_ShowLeaderboardUI_mA945348143950329403D3A3695D766935C1F6B02,
GameCenterPlatform_ClearUsers_m8CC336ADC4E485093A3FA491D64F8E044930B639,
GameCenterPlatform_SetUser_mE5D2A6ADDA1AA1F67EDEA2A134CC27FE13281E2C,
GameCenterPlatform_SetUserImage_mAD885C2896401E21E6174C1302E805BBAE4F62FB,
GameCenterPlatform_TriggerUsersCallbackWrapper_m9F05E787D1BC8CF32F64B242D58D570376202E75,
GameCenterPlatform_LoadUsers_m32C6C06FCF7061EE60A228A45AC45EAB05535651,
GameCenterPlatform_SafeSetUserImage_m111C5CC581C86D59B278C1553FAB8D0013D87514,
GameCenterPlatform_SafeClearArray_mA176FDD6344AC1256E2F9734816629653C77B689,
GameCenterPlatform_CreateLeaderboard_mDD16B8197C722D505E85353BCC83C70CBD30ECD1,
GameCenterPlatform_CreateAchievement_mF3ED9EBCBA43285AB66906263F3BAF0FE24360CE,
GameCenterPlatform_TriggerResetAchievementCallback_m31809E3C7A5953F06CA8CA45C8F864F4ED75BA2F,
GameCenterPlatform_Authenticate_mEBB0A09E401253989C90C4CF12B3C369CBBE369B,
GameCenterPlatform_GetAuthenticated_mD6F0E0605ECD661A59A450DA256E6B70A3E9F6CB,
GameCenterPlatform_Internal_UserName_m6AC7C02E903C355E24AB0AD703C1CDDC1F663638,
GameCenterPlatform_Internal_UserID_m9F210A0D743A528E4B17A8656E5E15486CB17010,
GameCenterPlatform_GetIsUnderage_mB1889A6D0F54F96772591EA7849BDB0D7B68187C,
GameCenterPlatform_GetUserImage_m71B11BAA34D99DEF16629C8B825AF0CBD319ABE3,
GameCenterPlatform_LoadFriends_m3998D2B5F37710A6A62C2C13A4A4E4A3F873DC0F,
GameCenterPlatform_InternalLoadAchievementDescriptions_m863C302DF81896920B02D3DF0CFA7C9DC76449C6,
GameCenterPlatform_InternalLoadAchievements_m745C18125EE3568A598A97CCB79AA7C7F5C84A08,
GameCenterPlatform_InternalReportProgress_m4E6156595259DECE0D613A2EB35D3AE14E3F52E3,
GameCenterPlatform_InternalReportScore_m76469D7BD15F4952A39AEBE6CDFADD4885405AF5,
GameCenterPlatform_InternalLoadScores_m79DD8629E3FF1C7A9D6C556E92833AB9B7446E85,
GameCenterPlatform_Internal_ShowAchievementsUI_mF8918C759D2F3F03777CEB37DC964BBFFD96033B,
GameCenterPlatform_Internal_ShowLeaderboardUI_m19DE955B145FE5D22BF07DAA404A5E39FD446B81,
GameCenterPlatform_Internal_LoadUsers_m600A4F867E6123361AC900947B4BE0961FA9156D,
GameCenterPlatform_ResetAllAchievements_m4F0D2746E38E079A5CB690331B52C3801AF10AD5,
GameCenterPlatform_ShowDefaultAchievementBanner_mD01D4715695A2451B60FD90CEA83A18DC1410798,
GameCenterPlatform_ResetAllAchievements_m99ADD89A76CEAEAF0523B8882A54E16352C5030F,
GameCenterPlatform_ShowDefaultAchievementCompletionBanner_m5EA44C4E2178E4721A7349B37F54257041195518,
GameCenterPlatform_ShowLeaderboardUI_m61D191B17C409D0A58ACF8F8C3CB33ECA5D0D446,
GameCenterPlatform_ShowSpecificLeaderboardUI_mF1F7EAE1E5E21CB8BE9D2F1A24695F0EFD96ABA8,
GameCenterPlatform__ctor_m0218E354092ABBC536E805DF44E3DC3ED39CAA94,
GameCenterPlatform__cctor_mD90E0FFB8A51FB44B2F162864C16F5B05794BC69,
U3CU3Ec__DisplayClass21_0__ctor_mF033AA4009FFDFD750872DEDFABCF8EE63C1324C,
U3CU3Ec__DisplayClass21_0_U3CUnityEngine_SocialPlatforms_ISocialPlatform_AuthenticateU3Eb__0_m2B32A3334FF69B3F1485CBADA8375037EA852CA8,
GcLeaderboard__ctor_m803631287377CD2E2123E9C3AC324434DAB2DD60,
GcLeaderboard_Finalize_mF6A484C7892D56DA2FE2AE79A82A2E508EDB89D2,
GcLeaderboard_Contains_mD5E247A8CC20AEEBB749290A0EC9DB54C199491C,
GcLeaderboard_SetScores_mA323C4F74799C250504B2F4237A7F35977D22C68,
GcLeaderboard_SetLocalScore_mA14668AC42B7B5B37479AEF3E25973FFD80611A9,
GcLeaderboard_SetMaxRange_mE8B6D4C27F090BDFBBD3412D9F69288430FC10EA,
GcLeaderboard_SetTitle_m84D34F28AA7C094B1F8DD53D0B41BC694CEB2FC0,
GcLeaderboard_Internal_LoadScores_mAD6741E3630CF35B623BD348D8CD0B3EEB954C8C,
GcLeaderboard_GcLeaderboard_LoadScores_mB8A35B585F85E2BEBC3157A957200CA3CDED4000,
GcLeaderboard_Loading_m51E7EF2E867475EB85503FED334A15B9010319DF,
GcLeaderboard_GcLeaderboard_Loading_m4C8D863450A72EFE066476EFD99C7B826EF07BCB,
GcLeaderboard_Dispose_m53C9518649D937708F2665320AD03D769B8D22B4,
GcLeaderboard_GcLeaderboard_Dispose_m3871069EBD50B9B205166C813C7D0EC622F1EAB8,
};
static const int32_t s_InvokerIndices[149] =
{
27,
27,
27,
114,
169,
14,
10,
1452,
10,
23,
26,
31,
31,
114,
23,
1453,
14,
26,
26,
26,
14,
14,
114,
10,
1454,
1455,
23,
14,
14,
26,
402,
290,
114,
114,
278,
1456,
14,
26,
14,
26,
14,
14,
14,
114,
10,
141,
1457,
14,
14,
26,
142,
172,
23,
14,
26,
32,
26,
26,
14,
14,
26,
10,
32,
1452,
1458,
10,
32,
14,
64,
14,
14,
14,
133,
1459,
322,
122,
526,
133,
1460,
322,
322,
134,
561,
561,
134,
27,
27,
27,
14,
3,
26,
1461,
26,
860,
27,
27,
561,
9,
114,
23,
23,
133,
1460,
322,
122,
27,
91,
301,
14,
14,
794,
3,
49,
4,
4,
49,
4,
122,
122,
122,
1462,
1463,
134,
3,
3,
134,
3,
794,
122,
794,
322,
322,
23,
3,
23,
1008,
26,
23,
9,
26,
1464,
32,
26,
1465,
1466,
114,
540,
23,
25,
};
extern const Il2CppCodeGenModule g_UnityEngine_GameCenterModuleCodeGenModule;
const Il2CppCodeGenModule g_UnityEngine_GameCenterModuleCodeGenModule =
{
"UnityEngine.GameCenterModule.dll",
149,
s_methodPointers,
s_InvokerIndices,
0,
NULL,
0,
NULL,
0,
NULL,
NULL,
};