Function veloren_common::comp::inventory::item::modular::compatible_handedness
source ยท pub fn compatible_handedness(a: Option<Hands>, b: Option<Hands>) -> bool
Expand description
Check if hand restrictions are compatible.
If at least on of them is omitted, check is passed.