C# Class KillingGame.GameData

Mostrar archivo Open project: SNUGDC/Killing-Game Class Usage Examples

Public Properties

Property Type Description
chapter int
dangerCount int
lastPlay string
routeID string

Public Methods

Method Description
GameData ( ) : System.Collections.Generic
GameData ( int chapter ) : System.Collections.Generic

Method Details

GameData() public method

public GameData ( ) : System.Collections.Generic
return System.Collections.Generic

GameData() public method

public GameData ( int chapter ) : System.Collections.Generic
chapter int
return System.Collections.Generic

Property Details

chapter public_oe property

public int chapter
return int

dangerCount public_oe property

public int dangerCount
return int

lastPlay public_oe property

public string lastPlay
return string

routeID public_oe property

public string routeID
return string