C# Class MarioObjects.Objects.GameObjects.BlockGround1

Inheritance: StaticGraphicObject
Mostrar archivo Open project: jazzyjester/Mario-Game

Public Methods

Method Description
BlockGround1 ( int x, int y ) : System
Draw ( ) : void

Method Details

BlockGround1() public method

public BlockGround1 ( int x, int y ) : System
x int
y int
return System

Draw() public method

public Draw ( ) : void
return void