C# 클래스 TeamDeathmatchMode, GameProject

A game mode for a simple team deathmatch mode
상속: SimpleTeamGameMode
파일 보기 프로젝트 열기: EECS390IndieTeam/GameProject

공개 프로퍼티들

프로퍼티 타입 설명
ScoreLimit int

공개 메소드들

메소드 설명
GameOver ( ) : bool
OnGameEnd ( ) : void
OnGameStart ( ) : void
OnPreGame ( ) : void

메소드 상세

GameOver() 공개 메소드

public GameOver ( ) : bool
리턴 bool

OnGameEnd() 공개 메소드

public OnGameEnd ( ) : void
리턴 void

OnGameStart() 공개 메소드

public OnGameStart ( ) : void
리턴 void

OnPreGame() 공개 메소드

public OnPreGame ( ) : void
리턴 void

프로퍼티 상세

ScoreLimit 공개적으로 프로퍼티

public int ScoreLimit
리턴 int