C# Class GKeyBank.SteamApps

Manage the steam app dictionary
Afficher le fichier Open project: Alfred-Wallace/GKeyBank

Méthodes publiques

Méthode Description
GetSteamAppById ( int steamappid ) : SteamApp

Return a specific app by it id

Update ( ) : void

Update the steam game list from steam API

Private Methods

Méthode Description
SteamApps ( ) : System

Method Details

GetSteamAppById() public static méthode

Return a specific app by it id
public static GetSteamAppById ( int steamappid ) : SteamApp
steamappid int
Résultat GKeyBank.Classes.SteamApp

Update() public static méthode

Update the steam game list from steam API
public static Update ( ) : void
Résultat void