C# Class Dodgeball.Game.GameTracker

Datei anzeigen Open project: schonstal/BLOODBALL

Public Properties

Property Type Description
_currentRound int
_leftPlayers List
_matchesWon int>.Dictionary
_rightPlayers List
_roundSeconds float
_roundsToWin int
_roundsWon int>.Dictionary
_totalSeconds float

Private Properties

Property Type Description

Public Methods

Method Description
GamePoint ( Team team ) : bool
TeamWon ( Team team ) : bool

Method Details

GamePoint() public static method

public static GamePoint ( Team team ) : bool
team Team
return bool

TeamWon() public static method

public static TeamWon ( Team team ) : bool
team Team
return bool

Property Details

_currentRound public_oe property

public int _currentRound
return int

_leftPlayers public_oe property

public List _leftPlayers
return List

_matchesWon public_oe property

public Dictionary _matchesWon
return int>.Dictionary

_rightPlayers public_oe property

public List _rightPlayers
return List

_roundSeconds public_oe property

public float _roundSeconds
return float

_roundsToWin public_oe property

public int _roundsToWin
return int

_roundsWon public_oe property

public Dictionary _roundsWon
return int>.Dictionary

_totalSeconds public_oe property

public float _totalSeconds
return float