C# Class MiningGame.Code.GameModes.CPGameMode

Inheritance: ClientGameMode
Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Свойство Type Description
BluCapPoint MiningGameServer.Shapes.ShapeAABB
BlueProgress int
RedCapPoint MiningGameServer.Shapes.ShapeAABB
RedProgress int

Méthodes publiques

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

Method Details

CPGameMode() public méthode

public CPGameMode ( ) : System
Résultat System

Draw_PostWorld() public méthode

public Draw_PostWorld ( Microsoft sb ) : void
sb Microsoft
Résultat void

GetName() public méthode

public GetName ( ) : string
Résultat string

OnGameModeEvent() public méthode

public OnGameModeEvent ( string eventName, MiningGameServer data ) : void
eventName string
data MiningGameServer
Résultat void

Property Details

BluCapPoint public_oe property

public ShapeAABB,MiningGameServer.Shapes BluCapPoint
Résultat MiningGameServer.Shapes.ShapeAABB

BlueProgress public_oe property

public int BlueProgress
Résultat int

RedCapPoint public_oe property

public ShapeAABB,MiningGameServer.Shapes RedCapPoint
Résultat MiningGameServer.Shapes.ShapeAABB

RedProgress public_oe property

public int RedProgress
Résultat int