C# Class FFADeathmatchMode, GameProject

A game mode for a simple free-for-all deathmatch mode
Inheritance: SimpleFFAGameMode
Afficher le fichier Open project: EECS390IndieTeam/GameProject

Méthodes publiques

Свойство Type Description
ScoreLimit int

Méthodes publiques

Méthode Description
GameOver ( ) : bool
OnGameEnd ( ) : void
OnGameStart ( ) : void
OnPreGame ( ) : void

Method Details

GameOver() public méthode

public GameOver ( ) : bool
Résultat bool

OnGameEnd() public méthode

public OnGameEnd ( ) : void
Résultat void

OnGameStart() public méthode

public OnGameStart ( ) : void
Résultat void

OnPreGame() public méthode

public OnPreGame ( ) : void
Résultat void

Property Details

ScoreLimit public_oe property

public int ScoreLimit
Résultat int