pub type HierarchySystemResources<'a> = (WorldRef, &'a mut UniverseCommands, &'a EntityChanges, &'a mut Hierarchy, Comp<&'a Parent>, Comp<&'a Name>);
pub type HierarchySystemResources<'a> = (WorldRef, &'a mut UniverseCommands, &'a EntityChanges, &'a mut Hierarchy, Comp<&'a Parent>, Comp<&'a Name>);