rename bigparent to parent
This commit is contained in:
parent
9511f9ed06
commit
5397fcc5c2
@ -18,11 +18,12 @@ namespace Contact::Components {
|
|||||||
Contact3 self;
|
Contact3 self;
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: rename to SubOf?
|
// tier 1
|
||||||
struct BigParent {
|
struct Parent {
|
||||||
Contact3 parent;
|
Contact3 parent;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: maybe rename to children
|
||||||
struct ParentOf {
|
struct ParentOf {
|
||||||
std::vector<Contact3> subs;
|
std::vector<Contact3> subs;
|
||||||
};
|
};
|
||||||
|
@ -16,7 +16,7 @@ DEFINE_COMP_ID(Contact::Components::TagSelfWeak)
|
|||||||
DEFINE_COMP_ID(Contact::Components::TagSelfStrong)
|
DEFINE_COMP_ID(Contact::Components::TagSelfStrong)
|
||||||
DEFINE_COMP_ID(Contact::Components::TagBig)
|
DEFINE_COMP_ID(Contact::Components::TagBig)
|
||||||
DEFINE_COMP_ID(Contact::Components::Self)
|
DEFINE_COMP_ID(Contact::Components::Self)
|
||||||
DEFINE_COMP_ID(Contact::Components::BigParent)
|
DEFINE_COMP_ID(Contact::Components::Parent)
|
||||||
DEFINE_COMP_ID(Contact::Components::ParentOf)
|
DEFINE_COMP_ID(Contact::Components::ParentOf)
|
||||||
DEFINE_COMP_ID(Contact::Components::ContactModel)
|
DEFINE_COMP_ID(Contact::Components::ContactModel)
|
||||||
DEFINE_COMP_ID(Contact::Components::Name)
|
DEFINE_COMP_ID(Contact::Components::Name)
|
||||||
|
Loading…
Reference in New Issue
Block a user