Function physis::race::get_supported_subraces
source ยท pub fn get_supported_subraces(race: Race) -> [Subrace; 2]
Expand description
Returns the two subraces associated with a given race
. For example, Hyur
would return [Midlander, Highlander]
.