Function veloren_common_net::synced_components::inner::inventory::item::modular::compatible_handedness
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.