GetSkillSuggestions

Returns all skills that have a description or name similar to the input.

Implementation

public virtual List<int> GetSkillSuggestions(string hint);

Returns

List<intarrow-up-right>

Last updated