C# Class PolaMUD.MovableThing

Inheritance: Thing
Datei anzeigen Open project: Polatrite/PolaMUD

Public Methods

Method Description
CanMove ( Thing targetThing ) : bool
Move ( Thing targetThing ) : bool
Move ( Thing targetThing, string message ) : bool

Method Details

CanMove() public method

public CanMove ( Thing targetThing ) : bool
targetThing Thing
return bool

Move() public method

public Move ( Thing targetThing ) : bool
targetThing Thing
return bool

Move() public method

public Move ( Thing targetThing, string message ) : bool
targetThing Thing
message string
return bool