diff --git a/server/src/rbx.rs b/server/src/rbx.rs index f4c2a9a4..e3437f3c 100644 --- a/server/src/rbx.rs +++ b/server/src/rbx.rs @@ -26,6 +26,7 @@ pub struct RbxInstance { /// All of the children of this instance. Order is relevant to preserve! pub children: Vec, + /// The parent of the instance, if there is one. pub parent: Option, }