C# Class GameLoader.Game

Afficher le fichier Open project: zlepper/GameLoader Class Usage Examples

Méthodes publiques

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

Creates a new game

Method Details

Game() public méthode

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