Slackwolf\Game\Role::getDescription PHP Метод

getDescription() публичный Метод

Returns the description of the Role.
public getDescription ( ) : string
Результат string
    public function getDescription()
    {
        return null;
    }