C# Class TheseusMinotaur.Character

Inheritance: Thing
Afficher le fichier Open project: ZachChristensen/Theseus-and-the-Minotaur Class Usage Examples

Méthodes publiques

Méthode Description
Character ( int x, int y ) : System
MoveDown ( ) : System.Boolean
MoveLeft ( ) : System.Boolean
MoveRight ( ) : System.Boolean
MoveUp ( ) : System.Boolean

Method Details

Character() public méthode

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

MoveDown() public méthode

public MoveDown ( ) : System.Boolean
Résultat System.Boolean

MoveLeft() public méthode

public MoveLeft ( ) : System.Boolean
Résultat System.Boolean

MoveRight() public méthode

public MoveRight ( ) : System.Boolean
Résultat System.Boolean

MoveUp() public méthode

public MoveUp ( ) : System.Boolean
Résultat System.Boolean