C# Class KillingGame.GameData

Afficher le fichier Open project: SNUGDC/Killing-Game Class Usage Examples

Méthodes publiques

Свойство Type Description
chapter int
dangerCount int
lastPlay string
routeID string

Méthodes publiques

Méthode Description
GameData ( ) : System.Collections.Generic
GameData ( int chapter ) : System.Collections.Generic

Method Details

GameData() public méthode

public GameData ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GameData() public méthode

public GameData ( int chapter ) : System.Collections.Generic
chapter int
Résultat System.Collections.Generic

Property Details

chapter public_oe property

public int chapter
Résultat int

dangerCount public_oe property

public int dangerCount
Résultat int

lastPlay public_oe property

public string lastPlay
Résultat string

routeID public_oe property

public string routeID
Résultat string