rename bigparent to parent
This commit is contained in:
@@ -18,11 +18,12 @@ namespace Contact::Components {
|
||||
Contact3 self;
|
||||
};
|
||||
|
||||
// TODO: rename to SubOf?
|
||||
struct BigParent {
|
||||
// tier 1
|
||||
struct Parent {
|
||||
Contact3 parent;
|
||||
};
|
||||
|
||||
// TODO: maybe rename to children
|
||||
struct ParentOf {
|
||||
std::vector<Contact3> subs;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user