C# Class Dodgeball.Game.GameTracker

Afficher le fichier Open project: schonstal/BLOODBALL

Méthodes publiques

Свойство Type Description
_currentRound int
_leftPlayers List
_matchesWon int>.Dictionary
_rightPlayers List
_roundSeconds float
_roundsToWin int
_roundsWon int>.Dictionary
_totalSeconds float

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GamePoint ( Team team ) : bool
TeamWon ( Team team ) : bool

Method Details

GamePoint() public static méthode

public static GamePoint ( Team team ) : bool
team Team
Résultat bool

TeamWon() public static méthode

public static TeamWon ( Team team ) : bool
team Team
Résultat bool

Property Details

_currentRound public_oe property

public int _currentRound
Résultat int

_leftPlayers public_oe property

public List _leftPlayers
Résultat List

_matchesWon public_oe property

public Dictionary _matchesWon
Résultat int>.Dictionary

_rightPlayers public_oe property

public List _rightPlayers
Résultat List

_roundSeconds public_oe property

public float _roundSeconds
Résultat float

_roundsToWin public_oe property

public int _roundsToWin
Résultat int

_roundsWon public_oe property

public Dictionary _roundsWon
Résultat int>.Dictionary

_totalSeconds public_oe property

public float _totalSeconds
Résultat float