C# Class GameLoader.Game

Show file Open project: zlepper/GameLoader Class Usage Examples

Public Methods

Method Description
Game ( string path, string name, long size, int fileCount, GameStatus status = GameStatus.Deactivated )

Creates a new game

Method Details

Game() public method

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