PHPWarrior\Units\Warrior::player PHP Method

player() public method

Player.
public player ( ) : Player
return Player
    public function player()
    {
        if (!isset($this->player)) {
            $this->player = new \Player();
        }
        return $this->player;
    }