C# Class PolaMUD.MovableThing

Inheritance: Thing
Afficher le fichier Open project: Polatrite/PolaMUD

Méthodes publiques

Méthode Description
CanMove ( Thing targetThing ) : bool
Move ( Thing targetThing ) : bool
Move ( Thing targetThing, string message ) : bool

Method Details

CanMove() public méthode

public CanMove ( Thing targetThing ) : bool
targetThing Thing
Résultat bool

Move() public méthode

public Move ( Thing targetThing ) : bool
targetThing Thing
Résultat bool

Move() public méthode

public Move ( Thing targetThing, string message ) : bool
targetThing Thing
message string
Résultat bool