C# Class MiningGame.Code.GameModes.CPGameMode

Inheritance: ClientGameMode
Show file Open project: geel9/Minor-Destruction

Public Properties

Property Type Description
BluCapPoint MiningGameServer.Shapes.ShapeAABB
BlueProgress int
RedCapPoint MiningGameServer.Shapes.ShapeAABB
RedProgress int

Public Methods

Method Description
CPGameMode ( ) : System
Draw_PostWorld ( Microsoft sb ) : void
GetName ( ) : string
OnGameModeEvent ( string eventName, MiningGameServer data ) : void

Method Details

CPGameMode() public method

public CPGameMode ( ) : System
return System

Draw_PostWorld() public method

public Draw_PostWorld ( Microsoft sb ) : void
sb Microsoft
return void

GetName() public method

public GetName ( ) : string
return string

OnGameModeEvent() public method

public OnGameModeEvent ( string eventName, MiningGameServer data ) : void
eventName string
data MiningGameServer
return void

Property Details

BluCapPoint public property

public ShapeAABB,MiningGameServer.Shapes BluCapPoint
return MiningGameServer.Shapes.ShapeAABB

BlueProgress public property

public int BlueProgress
return int

RedCapPoint public property

public ShapeAABB,MiningGameServer.Shapes RedCapPoint
return MiningGameServer.Shapes.ShapeAABB

RedProgress public property

public int RedProgress
return int