C# Class _20.GameSetupData

Show file Open project: jdharms/20-20 Class Usage Examples

Public Properties

Property Type Description
awayTeam List>.Dictionary
gameEvents Object>>.List
homeTeam List>.Dictionary

Public Methods

Method Description
getEvents ( Alpaca pac ) : List
setOnCourt ( Team team, bool isHome ) : void

Method Details

getEvents() public method

public getEvents ( Alpaca pac ) : List
pac Alpaca
return List

setOnCourt() public method

public setOnCourt ( Team team, bool isHome ) : void
team Team
isHome bool
return void

Property Details

awayTeam public property

public Dictionary> awayTeam
return List>.Dictionary

gameEvents public property

public List> gameEvents
return Object>>.List

homeTeam public property

public Dictionary> homeTeam
return List>.Dictionary