C# Class MarioObjects.Objects.GameObjects.BlockGround1

Inheritance: StaticGraphicObject
Afficher le fichier Open project: jazzyjester/Mario-Game

Méthodes publiques

Méthode Description
BlockGround1 ( int x, int y ) : System
Draw ( ) : void

Method Details

BlockGround1() public méthode

public BlockGround1 ( int x, int y ) : System
x int
y int
Résultat System

Draw() public méthode

public Draw ( ) : void
Résultat void