Slackwolf\Game\Role::getDescription PHP 메소드

getDescription() 공개 메소드

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