C# Class MarioObjects.Objects.GameObjects.MushRed

Inheritance: MarioObjects.Objects.BaseObjects.MoveableAnimatedObject
Mostrar archivo Open project: jazzyjester/Mario-Game

Public Methods

Method Description
MushRed ( int x, int y ) : System
OnWalk ( object sender, EventArgs e ) : void

Method Details

MushRed() public method

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

OnWalk() public method

public OnWalk ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void