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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
CPGameMode ( ) : System
Draw_PostWorld ( Microsoft sb ) : void
GetName ( ) : string
OnGameModeEvent ( string eventName, MiningGameServer data ) : void

메소드 상세

CPGameMode() 공개 메소드

public CPGameMode ( ) : System
리턴 System

Draw_PostWorld() 공개 메소드

public Draw_PostWorld ( Microsoft sb ) : void
sb Microsoft
리턴 void

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

OnGameModeEvent() 공개 메소드

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

프로퍼티 상세

BluCapPoint 공개적으로 프로퍼티

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

BlueProgress 공개적으로 프로퍼티

public int BlueProgress
리턴 int

RedCapPoint 공개적으로 프로퍼티

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

RedProgress 공개적으로 프로퍼티

public int RedProgress
리턴 int