C# Class KillingGame.GameData

Show file 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 property

public int chapter
return int

dangerCount public property

public int dangerCount
return int

lastPlay public property

public string lastPlay
return string

routeID public property

public string routeID
return string