C# Class MiningGame.Code.Blocks.BlockIron

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

Public Methods

Method Description
BlockIron ( ) : MiningGame.Code.Managers
RenderBlock ( int x, int y, Microsoft sb ) : BlockRenderer

Method Details

BlockIron() public method

public BlockIron ( ) : MiningGame.Code.Managers
return MiningGame.Code.Managers

RenderBlock() public method

public RenderBlock ( int x, int y, Microsoft sb ) : BlockRenderer
x int
y int
sb Microsoft
return BlockRenderer