C# Class MiningGame.Code.PlayerClasses.PlayerClassDestroyer

Inheritance: PlayerClass
显示文件 Open project: geel9/Minor-Destruction

Public Properties

Property Type Description
BlockInHand short
PickingUpBlock bool

Public Methods

Method Description
Draw_Post ( Microsoft sb ) : void
PlayerClassDestroyer ( PlayerEntity thePlayer ) : System
ReadState ( MiningGameServer p ) : void

Method Details

Draw_Post() public method

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

PlayerClassDestroyer() public method

public PlayerClassDestroyer ( PlayerEntity thePlayer ) : System
thePlayer MiningGame.Code.Entities.PlayerEntity
return System

ReadState() public method

public ReadState ( MiningGameServer p ) : void
p MiningGameServer
return void

Property Details

BlockInHand public_oe property

public short BlockInHand
return short

PickingUpBlock public_oe property

public bool PickingUpBlock
return bool