C# Class Dwarrowdelf.LivingExtensions

Afficher le fichier Open project: tomba/dwarrowdelf

Méthodes publiques

Méthode Description
CanMoveTo ( this living, Direction dir ) : bool

Determine if an object can move from its current location to dir

Method Details

CanMoveTo() public static méthode

Determine if an object can move from its current location to dir
public static CanMoveTo ( this living, Direction dir ) : bool
living this
dir Direction
Résultat bool