C# 클래스 GameLoader.Game

파일 보기 프로젝트 열기: zlepper/GameLoader 1 사용 예제들

공개 메소드들

메소드 설명
Game ( string path, string name, long size, int fileCount, GameStatus status = GameStatus.Deactivated )

Creates a new game

메소드 상세

Game() 공개 메소드

Creates a new game
public Game ( string path, string name, long size, int fileCount, GameStatus status = GameStatus.Deactivated )
path string The path to the game
name string The name of the game
size long The total size of the game
fileCount int The number of files in the game
status GameStatus The current status of the game