C# Class GKeyBank.SteamApps

Manage the steam app dictionary
Datei anzeigen Open project: Alfred-Wallace/GKeyBank

Public Methods

Method Description
GetSteamAppById ( int steamappid ) : SteamApp

Return a specific app by it id

Update ( ) : void

Update the steam game list from steam API

Private Methods

Method Description
SteamApps ( ) : System

Method Details

GetSteamAppById() public static method

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

Update() public static method

Update the steam game list from steam API
public static Update ( ) : void
return void