From f3e7e5467579798195073d3de234203e1641d3de Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 17 Jul 2018 20:24:57 -0700 Subject: [PATCH] Add useless comment --- server/src/rbx.rs | 1 + 1 file changed, 1 insertion(+) 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, }