C# 클래스 GKeyBank.SteamApps

Manage the steam app dictionary
파일 보기 프로젝트 열기: Alfred-Wallace/GKeyBank

공개 메소드들

메소드 설명
GetSteamAppById ( int steamappid ) : SteamApp

Return a specific app by it id

Update ( ) : void

Update the steam game list from steam API

비공개 메소드들

메소드 설명
SteamApps ( ) : System

메소드 상세

GetSteamAppById() 공개 정적인 메소드

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

Update() 공개 정적인 메소드

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