C# 클래스 MiningGameServer.GameModes.CPGameMode

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

공개 프로퍼티들

프로퍼티 타입 설명
BluCapPoint MiningGameServer.Shapes.ShapeAABB
BlueProgress float
RedCapPoint MiningGameServer.Shapes.ShapeAABB
RedProgress float

공개 메소드들

메소드 설명
CPGameMode ( ) : System
GetName ( ) : string
MakeBases ( ) : void
OnGameModeChosen ( ) : void
OnPlayerSpawn ( NetworkPlayer player ) : void
ResetGame ( ) : void
Update_PostAll ( Microsoft time ) : void

메소드 상세

CPGameMode() 공개 메소드

public CPGameMode ( ) : System
리턴 System

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

MakeBases() 공개 메소드

public MakeBases ( ) : void
리턴 void

OnGameModeChosen() 공개 메소드

public OnGameModeChosen ( ) : void
리턴 void

OnPlayerSpawn() 공개 메소드

public OnPlayerSpawn ( NetworkPlayer player ) : void
player NetworkPlayer
리턴 void

ResetGame() 공개 메소드

public ResetGame ( ) : void
리턴 void

Update_PostAll() 공개 메소드

public Update_PostAll ( Microsoft time ) : void
time Microsoft
리턴 void

프로퍼티 상세

BluCapPoint 공개적으로 프로퍼티

public ShapeAABB,MiningGameServer.Shapes BluCapPoint
리턴 MiningGameServer.Shapes.ShapeAABB

BlueProgress 공개적으로 프로퍼티

public float BlueProgress
리턴 float

RedCapPoint 공개적으로 프로퍼티

public ShapeAABB,MiningGameServer.Shapes RedCapPoint
리턴 MiningGameServer.Shapes.ShapeAABB

RedProgress 공개적으로 프로퍼티

public float RedProgress
리턴 float