PHPWarrior\Floor::place_stairs PHP Method

place_stairs() public method

Place the stairs.
public place_stairs ( $x, $y )
$x
$y
    public function place_stairs($x, $y)
    {
        $this->stairs_location = [$x, $y];
    }