C# Класс GameLoader.Game

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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