C# Class TeamDeathmatchMode, GameProject

A game mode for a simple team deathmatch mode
Inheritance: SimpleTeamGameMode
显示文件 Open project: EECS390IndieTeam/GameProject

Public Properties

Property Type Description
ScoreLimit int

Public Methods

Method Description
GameOver ( ) : bool
OnGameEnd ( ) : void
OnGameStart ( ) : void
OnPreGame ( ) : void

Method Details

GameOver() public method

public GameOver ( ) : bool
return bool

OnGameEnd() public method

public OnGameEnd ( ) : void
return void

OnGameStart() public method

public OnGameStart ( ) : void
return void

OnPreGame() public method

public OnPreGame ( ) : void
return void

Property Details

ScoreLimit public_oe property

public int ScoreLimit
return int