C# Class MarioObjects.Objects.GameObjects.MushRed

Inheritance: MarioObjects.Objects.BaseObjects.MoveableAnimatedObject
Afficher le fichier Open project: jazzyjester/Mario-Game

Méthodes publiques

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

Method Details

MushRed() public méthode

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

OnWalk() public méthode

public OnWalk ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void