Move::__construct PHP Method

__construct() public method

public __construct ( Location $loc, $direction = STILL )
$loc Location
    public function __construct(Location $loc, $direction = STILL)
    {
        $this->loc = $loc;
        $this->direction = $direction;
    }