C# 클래스 MiningGame.Code.GameModes.CTFGameMode

상속: ClientGameMode
파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 프로퍼티들

프로퍼티 타입 설명
BlueFlagCarrier MiningGame.Code.Entities.PlayerEntity
BlueScore int
RedFlagCarrier MiningGame.Code.Entities.PlayerEntity
RedScore int

공개 메소드들

메소드 설명
GetName ( ) : string
OnGameModeEvent ( string eventName, MiningGameServer data ) : void
OnPlayerPostDraw ( PlayerEntity player, SpriteBatch sb ) : void

메소드 상세

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

OnGameModeEvent() 공개 메소드

public OnGameModeEvent ( string eventName, MiningGameServer data ) : void
eventName string
data MiningGameServer
리턴 void

OnPlayerPostDraw() 공개 메소드

public OnPlayerPostDraw ( PlayerEntity player, SpriteBatch sb ) : void
player MiningGame.Code.Entities.PlayerEntity
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

프로퍼티 상세

BlueFlagCarrier 공개적으로 프로퍼티

public PlayerEntity,MiningGame.Code.Entities BlueFlagCarrier
리턴 MiningGame.Code.Entities.PlayerEntity

BlueScore 공개적으로 프로퍼티

public int BlueScore
리턴 int

RedFlagCarrier 공개적으로 프로퍼티

public PlayerEntity,MiningGame.Code.Entities RedFlagCarrier
리턴 MiningGame.Code.Entities.PlayerEntity

RedScore 공개적으로 프로퍼티

public int RedScore
리턴 int