Exemplo n.º 1
0
 internal NativeScoreSummary GetScoreSummary()
 {
     return(NativeScoreSummary.FromPointer(GooglePlayGames.Native.Cwrapper.LeaderboardManager.LeaderboardManager_FetchScoreSummaryResponse_GetData(this.SelfPtr())));
 }
Exemplo n.º 2
0
 internal NativeScoreSummary GetScoreSummary()
 {
     return(NativeScoreSummary.FromPointer(
                C.LeaderboardManager_FetchScoreSummaryResponse_GetData(SelfPtr()
                                                                       )));
 }
 internal NativeScoreSummary GetScoreSummary() =>
 NativeScoreSummary.FromPointer(LeaderboardManager.LeaderboardManager_FetchScoreSummaryResponse_GetData(base.SelfPtr()));