C# Class Dwarrowdelf.LivingExtensions

Exibir arquivo Open project: tomba/dwarrowdelf

Public Methods

Method Description
CanMoveTo ( this living, Direction dir ) : bool

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

Method Details

CanMoveTo() public static method

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