C# Class Playtomic.Achievements

Afficher le fichier Open project: playtomic/gameapi-csharp

Méthodes publiques

Méthode Description
List ( Hashtable options, Action callback ) : void
Save ( Hashtable achievement, Action callback ) : void
Stream ( Hashtable options, Action callback ) : void

Method Details

List() public static méthode

public static List ( Hashtable options, Action callback ) : void
options System.Collections.Hashtable
callback Action
Résultat void

Save() public static méthode

public static Save ( Hashtable achievement, Action callback ) : void
achievement System.Collections.Hashtable
callback Action
Résultat void

Stream() public static méthode

public static Stream ( Hashtable options, Action callback ) : void
options System.Collections.Hashtable
callback Action
Résultat void