Slackwolf\Game\Role::getDescription PHP Method

getDescription() public method

Returns the description of the Role.
public getDescription ( ) : string
return string
    public function getDescription()
    {
        return null;
    }