Show / Hide Table of Contents

Class ISN_GKSavedGameFetchResult

Saved Game Fetch Result.

Inheritance
System.Object
ISN_GKSavedGameFetchResult
Namespace: SA.iOS.GameKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_GKSavedGameFetchResult : SA_Result

Properties

SavedGames

Returns the saved games.

Declaration
public List<ISN_GKSavedGame> SavedGames { get; }
Property Value
Type Description
List<ISN_GKSavedGame>
In This Article
Back to top Generated by DocFX