C# Class MiningGame.Code.PlayerClasses.PlayerClassDestroyer

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

Méthodes publiques

Свойство Type Description
BlockInHand short
PickingUpBlock bool

Méthodes publiques

Méthode Description
Draw_Post ( Microsoft sb ) : void
PlayerClassDestroyer ( PlayerEntity thePlayer ) : System
ReadState ( MiningGameServer p ) : void

Method Details

Draw_Post() public méthode

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

PlayerClassDestroyer() public méthode

public PlayerClassDestroyer ( PlayerEntity thePlayer ) : System
thePlayer MiningGame.Code.Entities.PlayerEntity
Résultat System

ReadState() public méthode

public ReadState ( MiningGameServer p ) : void
p MiningGameServer
Résultat void

Property Details

BlockInHand public_oe property

public short BlockInHand
Résultat short

PickingUpBlock public_oe property

public bool PickingUpBlock
Résultat bool